I am a student at Copenhagen Business School, the school has access to EIKON and Datastream. Therefore, I have access to the application called "advance search" in Refinitiv Eikon. From advance search, I have exported a query that uses the following syntax:
rdp.search(
view = rdp.SearchViews.GovCorpInstruments,
top = 10,
filter =,
select
Can I use the following syntax with the access that we have?
If yes, is there a tutorial on how to use the rdp.search() in python?