When I try to get TR.MARKETCAPITALIZATION, it occur Nan'
How do I use commends for get market caps data?
or Are there other ways to get this kind of data?
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
When I try to get TR.MARKETCAPITALIZATION, it occur Nan'
How do I use commends for get market caps data?
or Are there other ways to get this kind of data?
Use 'TR.CompanyMarketCap' instead:
df, e = tr.get_data(['011150.KS'], ['TR.CompanyMarketCap'])
Use 'TR.CompanyMarketCap' instead:
df, e = tr.get_data(['011150.KS'], ['TR.CompanyMarketCap'])