Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bond_china_yield issue and suggestion #9

Closed
edwardsun opened this issue Feb 5, 2020 · 1 comment
Closed

bond_china_yield issue and suggestion #9

edwardsun opened this issue Feb 5, 2020 · 1 comment

Comments

@edwardsun
Copy link

Hi,
Thank you for implementing bond_china_yield function.
There are two minor suggestions.

  1. currently the function only returns 11 month of data, as shown below.
    image

  2. would be great to have a signature of bond_china_yield(startdate, enddate)

Just my 2c.
thanks.

@albertandking
Copy link
Collaborator

yeah, It is a very good question, now akshare 0.3.79 version have finish it!

import akshare as ak
bond_china_yield_df = bond_china_yield(start_date="2018-01-01", end_date="2019-01-01")
print(bond_china_yield_df)

here is the document for this functions: https://akshare.readthedocs.io/zh_CN/latest/data/bond/bond.html#id7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants