get_timeseries returns TA-TSIIntervalNotSupported error

Hi, one of the tickers I query returns the following error however other similar RICs (such as 'NSEA-BBL-STA') work just fine. Can you look into it? Thanks!

df = tr.get_timeseries('NSEA-BBL-TOT', start_date='20120101', end_date='20170714', fields='CLOSE', normalize=True, interval='monthly')

(u'NSEA-BBL-TOT', ': ', u'Error: TSIIntervalNotSupported, ErrorCode: TA-TSIIntervalNotSupported, Fault: TSIError, Description: Interval is not supported', '\n')

Best Answer

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

    Hi @philip.xiang
    This looks like a data, not an API issue. As far as I can see the RIC NSEA-BBL-TOT does not have any history in the timeseries database. You can easily demonstrate this by entering this RIC into a Chart object in Eikon or by using it in RHistory function in Eikon Excel.
    I would advise you to open a service case with Thomson Reuters Support by either calling Thomson Reuters Helpdesk number in your country or by using Contact Us capability in Eikon application. A data specialist will then be able to provide an answer for you.

Answers