Can I retrieve financial data of companies using TRKD fundamental API "Get Financial Statements Reports"/
Example:
NARI Technology Development is a Chinese company that trades on the Shanghai Index (SHA) - symbol is 6004060
Alrosa is a Russian company that trades on the Moscow Index (MCX) - symbol is ALRS
How can I retrieve financial data of these companies.
RKD API also gives every user access to the search service. With this service 'Search V2' you can find the RIC code starting from the company name or exchange ticker .In the RKD API support portal, there are a few examples available .
Hello @jonathan.legrand, I am using below mentioned TRKD API.https://www.trkd.thomsonreuters.com/SupportSite/TestApi/Op?svc=Fundamentals_1&op=GetFinancialStatementsReports_1
Can I call this API for the companies which are traded on other global exchanges? The answer now is yes. I will just have to append the stock exchange name at the end of company symbol. for example 600406.SS where SS is stock exchange code.
Can you please help me in getting the name and codes for stock exchanges?
The RKD API search service provides the mapping from an exchange code or company name to a RIC code - I asked for access myself to dig into the question some more and see this specific service in action.
How do I get more than 5 years of fundamental data from the TRKD API?
How do you get Free Cash Flow through the TRKD API?
Python code Industry Classification TRKD
How to get quarterly fundamental-financial data in TRKD api
how to get historic fundamental-financial data for more than 6 years using TRKD api