Skip to main content

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

MIT

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

stolgo-0.1.0.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

stolgo-0.1.0-py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page