Wrapper API for the ruleof40.trade webapp. Returns the current and historic list of Rule of 40 stocks and includes scores and relevant dates etc.
Project description
ruleof40
Wrapper API for the ruleof40.trade webapp. Returns the current and historic list of Rule of 40 stocks and includes scores and relevant dates etc.
Has this project saved you time and/or money? Consider buying me a coffee with the sponser link on the Github homepage.
Features
- Get the current Rule of 40 list
- Get historic Rule of 40 data:
- At any date since 2010-01-01
- The full Rule of 40 history of any symbol since 2010-01-01
Install
Use the following pip command:
pip install ruleof40
Methods & Classes
get_current(cookies=None)
Returns the current list of Rule of 40 stocks, including their Rule of 40 score
get_hist_per_date(date:datetime = None, cookies=None)
Returns the list of Rule of 40 stocks for the given date
get_hist_per_symbol(symbol:str, cookies=None)
Returns the Rule of history for the given symbol since 2010-01-01.
Notes
- Recorded dates ALL apply to the START of the trading day on that date
Examples
from ruleof40 import ruleof40 as r40
from datetime import datetime, date
import pandas as pd
current = r40.get_current()
print(current)
histdate = r40.get_hist_per_date(datetime(2021, 1, 1, 0, 0))
print(histdate)
histsym = r40.get_hist_per_symbol('ADBE')
print(histsym)
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ruleof40-0.0.2.tar.gz.
File metadata
- Download URL: ruleof40-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1afaf6e7b4c417e42a8850686e3f7df1eb08359549a7c81da821ae119f45738
|
|
| MD5 |
4b423da0f4cafe1e3959e541ebce3da0
|
|
| BLAKE2b-256 |
db61a0198e1e2ac5c09ecafd155bf276d0f40dcbb5f31fcfa504ecb57331f5fa
|
File details
Details for the file ruleof40-0.0.2-py3-none-any.whl.
File metadata
- Download URL: ruleof40-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ea635fd733d66095da3fdf4146bafaa98a9a6d86efa6a7aad9dca80c59e4260
|
|
| MD5 |
6928c4ce679c095270770d441421a242
|
|
| BLAKE2b-256 |
cb2cb2e1bed0457e0b43377a722f74e8f5b3afe787cb312fa69e0b534ddac43d
|