efinance icon indicating copy to clipboard operation
efinance copied to clipboard

efinance 是一个可以快速获取基金、股票、债券、期货数据的 Python 库,回测以及量化交易的好帮手!🚀🚀🚀

Results 112 efinance issues
Sort by recently updated
recently updated
newest added

There is an issue caused by lower versions of Python ( s = pd.Series(json_response['Datas']).rename(index=columns) is it necessary to do some compatible remedies for old versions?

涨停 https://quote.eastmoney.com/ztb/detail#type=zbgc 跌停 https://quote.eastmoney.com/ztb/detail#type=dtgc 请问能否获取这两个页面的数据

大佬,还想向您请教,请问基金经理的基本信息可以爬取吗?比如其毕业院校,专业等?有相关代码吗?感谢!

![image](https://user-images.githubusercontent.com/22772980/185791108-3eed3c25-d99d-4e21-8d2e-0dfb285c223e.png) ef.stock.get_quote_history(['SQQQ'], beg='19000101', end='20500101', klt=101, fqt=1)

咨询是否能够获取到可转债的历史转股溢价率数据?

请问有没有判断 某一天是否交易日的函数?

## Resolves #128 ### This PR enhanced stock.get_quote_history API with the following aspects: * Exact symbol match. * Add MarketType enum for searching stock symbol on specified stock market. *...

修复 https://github.com/Micro-sheep/efinance/issues/109 的问题。 ## 原因 http://datacenter-web.eastmoney.com/api/data/get?st=NOTICE_DATE%2CSECURITY_CODE&sr=-1%2C-1&ps=500&p=1&type=RPT_LICO_FN_CPD&sty=ALL&token=894050c76af8597a853f5b408b759f5d&filter=%28SECURITY_TYPE_CODE+in+%28%22058001001%22%2C%22058001008%22%29%29%28REPORTDATE%3D%272013-12-31%27%29 本身结果正常,只不过NOTICE_DATE的时间和UPDATE_DATE的时间一样,算最后更新时间。 报告正确时间应该是返回结果中的REPORTDATE。 ## 修复方法 返回的结果删除了NOTICE_DATE,新增了REPORTDATE,UPDATE_DATE,DATATYPE,DATAYEAR四个字段来更好的展示数据年份。 ![image](https://github.com/Micro-sheep/efinance/assets/6481352/d8e05af2-ff11-4867-9c36-481d0053c66c)