gpt4 book ai didi

python-3.x - Google Finance API 的日期参数不起作用

转载 作者:行者123 更新时间:2023-12-02 11:16:54 25 4
gpt4 key购买 nike

我正试图将日终股价拉回到过去。下面的代码正是我所需要的,但似乎年/月/日参数不起作用。

import requests

params={'q': 'NASDAQ:AAPL', 'expd': 10, 'expm': 3, 'expy': 2018, 'output': 'json'}
response = requests.get('https://finance.google.com/finance', params=params, allow_redirects=False, timeout=10.0)
print(response.content)

收盘价为"l": "178.65",这是最近的收盘价(3 月 15 日),而不是指定的 3 月 10 日。我假设我不能依赖这项服务,因为 Google 不再支持它,但如果有人可以确认我在不起作用的日期方面是否正确或者我是否遗漏了某些内容,那就太好了。

最佳答案

嗯,直到今天早上,这仍然有效:

http://finance.google.com/finance/historical?q=NASDAQ:msft&output=csv&startdate=Mar+15%2c+2018&enddate=Mar+15%2c+2018

我请另外两个人在不同的 ISP 上进行确认,我们都收到相同的错误消息:

We're sorry... but your computer or network may be sending automated queries. To protect our users, we can't process your request enter code here`right now. See Google Help for more information.

关于python-3.x - Google Finance API 的日期参数不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49313996/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com