Some Rics don't give price data

Hi, i'm trying to get PriceClose data from a long list of RICs. Using get_data for almost all of them works fine but i need this to work on everyone. Using get_timeseries returns some information, but if specify the field as "CLOSE" it doesnt return anything.

Any thoughts?

Please use the RIC LP60052678 to reproduce.

Thanks!

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    @pchauveauThe best resource for content search and explanation questions such as for instance what fields you can use to obtain pricing history for a given instrument is Thomson Reuters Helpdesk, which you can reach by either calling the Helpdesk number in your country or by using Contact Us capability in your Eikon application.
    For this fund you can use TR.NETASSETVAL field in get_data method to obtain the net asset value history. Alternatively you can use get_timeseries method with the field name "VALUE".

Answers