Is it possible to retrieve financial data on a bond issuer that isn't a public company?
Hi @mbp
If you know the company name and it is already covered in Thomson Reuters Eikon, you can try the steps below.
First you need to find the Company Perm ID, that is visible on the general overview page, or you can do it directly in the Eikon Excel Build Formula tool.
Using Eikon Excel Build Formula tool you can explore available fields and parameters.
Here you can find more information about metadata discovery.
That function can be easily translated to an API call. Here is an example with added company name:
ek.get_data('4295869214',['TR.CommonName','TR.PCTotRevenueFromBizActv'])