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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file findl-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: findl-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7b512b7085e7ad92cabb771d7d020719751566bcdb69d9d228b16166d5c6573c
|
|
MD5 |
1de536dba263c56819f5d5b33359317e
|
|
BLAKE2b-256 |
111b426cdaa664b67ca7719d2f20f823ae826011415431f2dedb94e861353d92
|