Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nchinling/quantitative_finance


https://github.com/nchinling/quantitative_finance

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Quantitative Finance Project Folder README

This folder contains several files that are part of our project. Here's a brief description of each file:

1. **correlation.py** - Calculates the correlation and covariance matrix values of each pair of tickers from given list. The program returns a pandas dataframe showing the correlation (and covariance) matrices. It also prints the pairs that meet the threshold value. Users can edit the ticker list, data duration and frequency and correlation threshold value.