Getting multiple Revenues Rows for same SEDOL using python API? What changed?

I was trying to download data using the python api using sedols. Some metrics (Like TR.Revenue) had multiple values for the same sedol. There were two other metrics too. So now for a few companies United Breweries I got 250K rows. Has something changed in the API?

Best Answer

  • @rachit.aggarwal I am getting a strange result:

    df,err = ek.get_data('B1683V6',['TR.Revenue.date','TR.Revenue','TR.RIC'],
                         {'Period':'FY2019','Curn':'USD'})
    df

    1630424828796.png

    If I change the instrument to the RIC: UBBW.BO: I get this

    1630424942941.png

    which is correct. I have opened a service ticket 10299160 on your behalf to get this behaviour looked into as it is clearly wrong. As a workaround could you convert your SEDOL List to RICs using get_symbology API call and then use those(?), while the content team look at this issue. I hope this can help.

Answers