Yahoo Signals
Project description
ysignals
Install
pip install -U git+http://github.com/jrdi/ysignals.git@master#egg=ysignals
Usage
from pathlib import Path
from ysignals.data import yahoo
from ysignals.features import RSI
db_dir = Path('db')
yahoo.download_data(db_dir)
features_generators = [
RSI(num_days=5, interval=10)
]
train, test, live, feature_names = yahoo.get_data(db_dir, features_generators=features_generators)
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
ysignals-0.0.1rc0.tar.gz
(6.0 kB
view details)
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 ysignals-0.0.1rc0.tar.gz.
File metadata
- Download URL: ysignals-0.0.1rc0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab52ede5914068dfafbf71a1b63981860ba0fc9233c2aff227bbcd35490f241a
|
|
| MD5 |
536f9bff37448482bac49077d7efd1f8
|
|
| BLAKE2b-256 |
f378c839dd4ce4ecfa7a0308a0931fb4fe2d6fe9d2b7f428e1df7ec3ba77a181
|
File details
Details for the file ysignals-0.0.1rc0-py3-none-any.whl.
File metadata
- Download URL: ysignals-0.0.1rc0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd8aaec099639168bccf7a9bb62e4b5412bba1e3ad2f5f75e37189cf061d810c
|
|
| MD5 |
e3946be47f7423b96232dc731f7c4012
|
|
| BLAKE2b-256 |
d2265fa2fae95f37dd03b195d522388e158a5ee8b2a7133ded8a8bbcec9b0135
|