TR.ModifiedDurationAnalytics

I can get data for dozens of fields (TR.FiInflationProtected,TR.FiFaceOutstanding, ...) but when I add the field TR.ModifiedDurationAnalytics in my request, it fails with "eikon.eikonError.EikonError: Error code 400 | Backend error. 400 Bad Request". Thanks!

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hello @ccamani0 and all,

    From my testing, the fix appears to be working:

    df, err = ek.get_data(['US345397VR12'], 
    ['TR.FiFaceOutstanding', 'TR.TotalRevenue','TR.ModifiedDurationAnalytics',] )
    df

    image

    Please let us know if you can confirm the same,

    Thanks for reporting this issue,

    -AHS

Answers