Tiingo客户端API正在按日期提取超出范围的数据


startDate = '2018-06-12 00:30:00'
endDate = '2019-06-12 17:35:00'
articles = client.get_news(tickers=['GOOGL'],
sources=['washingtonpost.com'],
startDate = startDate,
endDate = endDate)
df2 = pd.DataFrame(articles)
df2.head()

这是代码,当它在"df2.head(("输出时,第一篇文章来自2020年。有人经历过吗?

  • 根据API文档
    • 新闻API允许3个月的可查询历史记录和所有数据。对于需要更多历史(最多15年(的商业客户,请联系sales@tiingo.com
    • https://api.tiingo.com/account/billing/pricing

最新更新