Returned revenues via a Python script is different from the ones on the web

Hello,

I was trying to look for some Revenue for a set of companies via a Python script and I found that the API is returning NaN values and if I look for them via Web I find the values.

ek.get_data("104297",['TR.Revenue','TR.CommonName'])
(   Instrument  Total Revenue Company Common Name
0 104297 NaN Siantar Top Tbk PT,
[{'code': 416,
'col': 1,
'message': "Unable to collect data for the field 'TR.TotalRevenue' and some specific identifier(s).",
'row': 0}])

Thank you in advance

Best Answer

Answers