A python library for fixed-income data and valuation.
Project description
# 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>])
output example:
Project details
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.5.tar.gz
.
File metadata
- Download URL: fimaster-0.0.0.5.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 | 4043da87239a5f553732ef1ae24a7c630a1d08dbad442e27fb28a0bb58e98873 |
|
MD5 | f6ac4343302a720f08ae9df46b0bea71 |
|
BLAKE2b-256 | 906e12b719c0053b66d34099628006ec21358cf8bb1a634e666bdf4e902c40b3 |