# fi-master A python library for fixed-income data and valuation.
# PYPI [https://pypi.org/project/fimaster/](https://pypi.org/project/fimaster/)
## Usage:
To Install:
bash pip install fimaster
To Import:
from fimaster.data_api import get_yield_curve, get_yield_curve_by_dates
get yield curve data for a specific date, returns a pandas dataframe
data = get_yield_curve(2020, 11, 2)
get daily yield curve data for a month(just not to specifiy a day)
data = get_yield_curve(2020, 11)
for the whole year
data = get_yield_curve(2020)
get daily yield curve for dates specified:
get_yield_curve_by_dates([ <date1>, <date2>])
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fimaster-0.0.0.6.tar.gz.
File metadata
- Download URL: fimaster-0.0.0.6.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eac7df4a505cddb2ae7c17de42a5d7be1be0f15d1ec4df3942d111b94e2e03e8
|
|
| MD5 |
0852453868cae5130cc5f2ff473122e1
|
|
| BLAKE2b-256 |
b7944dd68ae5206efe029e818ac9d196a44d242804774f44cd76321f92524e6b
|