Unable to fetch Refinitiv Dataplatform News Headlines

Hi All,


I am unable to fetch news headlines when using

rdp.get_news_headlines('Trump')

I am getting no response from the server. The Jupyter code cell finishes running but nothing happens. If I try to place it in a variable and print that variable, it returns nothing. I think i may have a possible authorization issue and I am not sure how to fix it. Please assist.

I open the session using:

rdp.open_platform_session(
APP_KEY,
rdp.GrantPassword(
username = 'RDP_LOGIN',
password = 'RDP_PASSWORD'
)
)

Please help as soon as you can!

Best Answer

  • Prasad.Acharya
    Answer ✓

    @moragodkrit.chumsri_1 I do not receive any error after open_platform_session.

    I have tried that example, and nothing happens after 'rdp.get_news_headlines'. I believe it may be an authorization issue as I am not able to access this API on the API Playground.

Answers