【问题标题】:Tiingo Client API is pulling data outside of range by dateTiingo 客户端 API 按日期拉取超出范围的数据
【发布时间】:2020-12-30 23:47:53
【问题描述】:
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年开始的。有人经历过吗?

【问题讨论】:

    标签: python pandas dataframe date tiingo


    【解决方案1】:

    【讨论】:

    • 非常感谢,我没想到会去那里
    猜你喜欢
    • 1970-01-01
    • 2015-11-16
    • 1970-01-01
    • 1970-01-01
    • 2023-02-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多