AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.36k stars 2.27k forks source link

Support the data_source="akshare" #1213

Open ghyzx opened 2 months ago

ghyzx commented 2 months ago

Background when i try to get data with default data_source="yahoofinance" , it shows below errors 1 Failed download: ['AXP']: Exception('%ticker%: No price data found, symbol may be delisted (1d 2020-02-22 00:00:00 -> 2020-02-23 00:00:00)') 1 Failed download: ['AXP']: Exception('%ticker%: No price data found, symbol may be delisted (1d 2020-02-23 00:00:00 -> 2020-02-24 00:00:00)')

I can get stock data by AkShare, which also supported by FinRL (mentioed in readme) akshare

but when i checked on the code level (master branch), seems AkShare not supported yet. data_source

Feature Support the data_source="akshare"