问题描述
我可以按如下方式检索单个股票的价格数据:
import yfinance as yf
stockPrice = yf.Ticker("AAPL").history(period="max")["Close"] #by the way,["Close"] is not strictly required.
有没有办法检索整个证券交易所(例如 AEX、IBEX、DAX 等)的历史复合价格数据?
感谢任何帮助!
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)