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
1 1 2 6

Not able to get news from Chinese source

Source code:

df = ek.get_news_headlines('Source:YICCHI', 100, date_from='2020-01-01', date_to='2020-07-01')

stories = [ (storyId, ek.get_news_story(storyId)) for storyId in df['storyId'].tolist()]

df_1 = pd.DataFrame(stories, columns=['storyId', 'story'])

df_1.head()

Error:

2021-07-22 10:09:17,008 P[8420] [MainThread 8512] Backend error. 400 Bad Request 2021-07-22 10:09:17,010 P[8420] [MainThread 8512] HTTP request failed: EikonError-Backend error. 400 Bad Request
eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-apierror-400
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
39.4k 77 11 27

@Arpit Jain

Eikon Data APIs can only retrieve news headlines from Newswire sources. YICCHI is a Web News source, which is not available through Eikon Data APIs.

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
25.1k 57 17 14

Hello @Arpit Jain

I have checked with the Eikon/Workspace News Monitor app and I cannot find any news for the YICCHI (Yicai) source.

news-monitor.png

I suggest you contact the Refinitiv Helpdesk team via my.refinitiv.com website to help you confirm if your interested News Source is available in Eikon/Workspace or not.

For more detail regarding the New Source in Eikon Data API, please check the old threads:


news-monitor.png (33.5 KiB)
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
1 1 2 6

Hello, thank you for a quick response. If you can try including all sources thn the news source might be visible. Here is a snippet of news from this source
1626932206817.png


1626932206817.png (148.3 KiB)
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.