Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 1 0 2

News API only retrieve from 2017? many thanks!

Hi

I try to use jupyter notebook to scrape the news, I think the request commend should be correct please see below:

df = ek.get_news_headlines('R:IBM.N', date_from='2016-01-05T09:00:00', date_to='2016-04-05T18:00:00', count=100)
df.head()

df = ek.get_news_headlines('R:IBM.N', date_from='2017-01-05T09:00:00', date_to='2017-04-05T18:00:00', count=100)
df.head()

If I set the time period to 2016, I always get a blank response. If setting to 2017, I will get some news.

So I just wonder currently, we only can retrieve news from 2017? Many thanks!


All best!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apinewsnews-filter
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
4.3k 2 4 5

Hi,

News service can deliver news only for the last 15 months.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 1 0 2

Thank you very much!!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.