Get historical data (chain) via eikon api (get_timeseries) problem

Im trying to get historical corn data, eg get the historical values for ric chain 0#C: but got an error:

get_timeseries(["0#C:"],start_date="2010-01-01",end_date="2011-01-01")

eikonError.EikonError: Error code Error | 0#C:: Invalid RIC

Best Answer

  • igorg
    igorg Advocate
    Answer ✓

    you have to run chain request first. Then get_timeseries for received RICs

Answers