# 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')
```
Release files for findl 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| findl-1.0.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / findl-1.0.2-py2.py3-none-any.whl
| Download URL | findl-1.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7b512b7085e7ad92cabb771d7d020719751566bcdb69d9d228b16166d5c6573c
|
|
BLAKE2b-256 checksum How to use checksums |
111b426cdaa664b67ca7719d2f20f823ae826011415431f2dedb94e861353d92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |