Utilities for the analysis of financial data
Project description
stolgo is a Python library for dealing with financial data such as stocks, derivatives, commodities, and cryptocurrencies.
Installation
Use the package manager pip to install stolgo.
pip install stolgo
For data feed, Stolgo uses bandl.io, Where by just calling get_date API, You can get data from your favourite broker or directly from exchange website or yahoo finance.
Usage
Get the data, for example using yahoo finance module form bandl
from bandl.yfinance import Yfinance
testObj = Yfinance() # returns 'Yfinance class object'.
#to get indian stock data
dfs = testObj.get_data("SBIN",start="21-Jan-2020") #retruns data from 21Jan 2020 to till today
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Kindly follow PEP 8 Coding Style guidelines. Refer: https://www.python.org/dev/peps/pep-0008/
Please make sure to update tests as appropriate.
License
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
stolgo-0.1.0.tar.gz
(11.8 kB
view details)
Built Distribution
stolgo-0.1.0-py3-none-any.whl
(13.0 kB
view details)
File details
Details for the file stolgo-0.1.0.tar.gz
.
File metadata
- Download URL: stolgo-0.1.0.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14b8cf1813c1aa257ae5db1bc39acb4a9d6d61a18e3d9ad1a9eca3930396d01a |
|
MD5 | cd9f76b3ddea9e3f3dbb7c4b28614f3a |
|
BLAKE2b-256 | 5858d204a9a8cdbf88ecfb6c20144c187ee69cbe90a72fcb935ac683fac0cbdd |
File details
Details for the file stolgo-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: stolgo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 040078c8a43651af01b5ff3a8c8a8cdf32dc1e884d0bf5a258c2243a3152d94d |
|
MD5 | 97e87c72b1bd4d047b2395f94020e00b |
|
BLAKE2b-256 | f53f3d733edefff6db0b21bc02e9f164ff6f572b2a7c21aa3cc8f072122fe920 |