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年开始的。有人经历过这个吗?
发布于 2020-09-12 20:06:25
API
文档sales@tiingo.com
__.联系
https://stackoverflow.com/questions/63864248
复制相似问题