A python library for fixed-income data and valuation.
Project description
# fi-master A python library for fixed-income data and valuation.
## Usage: `python 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 `python data = get_yield_curve(2020, 11, 2) ` get daily yield curve data for a month(just not to specifiy a day) `python data = get_yield_curve(2020, 11) ` for the whole year `python data = get_yield_curve(2020) `
get daily yield curve for dates specified: `python get_yield_curve_by_dates `
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.1.tar.gz
.
File metadata
- Download URL: fimaster-0.0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3ff45b07b69bebbdc1287018ba6becae814ef4e3f5f175db6195e5a17f3f374 |
|
MD5 | a359f6de76a287845ddc0aa232acdb83 |
|
BLAKE2b-256 | 1b0c0ec679b444b0453a4af8204661322f31e03a97f642ca9c9abb1b61384b38 |