Skip to main content

Financial Data Library

Project description

# findl
Financial (FIN) Data (D) Library (L)

* Installation
```python
pip install findl
```

* Use

```python
from findl import get_options, load_options

#
# get_options return a pandas dataframe of option prices
#
df = get_options('NIFTY', src='NSE')

#
# load_options gets the options dataframe
# it then writes the data to the path provided
#
load_options('NIFTY', path=r'C:\Temp\options.txt', sep='\t', src='NSE')

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

findl-1.0.1-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 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