Is there a way to automatically download ExcelFiles from refinitiv portal? (PCN and DN Excel Files)

Hi!

I'm currently developing a python script that processes DownloadProduct (PCN) and DownloadData (DN) Excel Files. I want to automate the task of downloading the DownloadProduct and DownloadData (with applied filters) from the myRefinitiv Portal. (The one where you need to manually click the filter button and click the download excel file button)


I've read some documentation about the RDP API and I'm guessing that would help me in what I'm doing but I'm unsure if it will answer my needs.


Also, if this is not possible, then is there a way to access that data that's contained in those excel files?



Best Answer

Answers

  • Hi
    @jonathan.legrand, to clarify about what the DownloadProduct and DownloadData Excel Files are, they are generated once you click the download button on the DN and PCN tabs that you've mentioned.


    Unfortunately, I have talked to a product manager of NotifiAPI and they said that they have no way of acquiring these files. But I can only pull the data for the Data Notifications and Product Change Notifications from the server with the use of the NotifiAPI and returns them in a JSON file.


    Thanks.