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')
```
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
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size findl-1.0.2-py2.py3-none-any.whl (6.0 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Close
Hashes for findl-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b512b7085e7ad92cabb771d7d020719751566bcdb69d9d228b16166d5c6573c |
|
MD5 | 1de536dba263c56819f5d5b33359317e |
|
BLAKE2-256 | 111b426cdaa664b67ca7719d2f20f823ae826011415431f2dedb94e861353d92 |