Algorithm for finance
Project description
This package has multiple purposes.
Covid Resilience :
The first purpose of the package is, given a list of stock tickers is to state what are the most covid resilient stocks and what are the worst ones. It computes a very simple score based on the volatility and return of the stocks over different periods.
CovidResilience(stock_index = "STOXX 600", start_date = None, end_date = None, tickers = None)
Input:
- stock_index : benchmark (example : "CAC 40","S&P 500", "STOXX 600")
- start_date, end_date : strings, format "YYYY-MM-DD"
- tickers : list of tickers ex : CovidResilience("STOXX 600","2020-01-19", "2021-01-19", tickers = list_of_tickers)
Output:
- .relevant_data
- .relevant_data_returns
- .volatilities
- .rslt
Example (copy/paste):
!pip install FINANCEPP
from finance import covidresilient as cr
list_of_tickers = ["FP.PA","MC.PA","AI.PA","OR.PA", "RI.PA","AIR.PA"]
covidfilter = cr.CovidResilience("CAC 40","2020-01-19", "2021-01-19", tickers = list_of_tickers)
covidfilter.run()
covidfilter.rslt
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file webappPP-1.0.3.tar.gz
.
File metadata
- Download URL: webappPP-1.0.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43edbf6cfbb8be214e3669702ad3ba7f6abe9fa0d0345f1f939d9f45ea6a265d |
|
MD5 | a3d82f6d46b83ac1900488a4fd2403e4 |
|
BLAKE2b-256 | 110e2dbfb5bc862be463f538361a5f1098f3f226f768c7f37875c17a6393d034 |
File details
Details for the file webappPP-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: webappPP-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a728af4d387fdb34485cfbee9320394206a4ceda73c194915b83e55bf709b402 |
|
MD5 | b306f4eb39180eecfc955366b2089001 |
|
BLAKE2b-256 | b8b624555ad09f80b2818a83fc32b3b0046100ac13d46d518a71a6d96f640eda |