Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够根据每个请求获得一只股票的历史数据。但是我需要使用 python 从 Google Finance 的一个请求中获取多只股票的历史数据。
任何帮助将不胜感激!
谢谢
您不能一次从该来源请求多只股票的时间序列数据。相反,您必须将您的请求放入一个循环中。将您的请求放入一个循环中,您可以逐个请求时间序列股票。