Dear All, how are you? I´m trying to get the historical fundamental information using the
GetStandardFinancials_Request_1 in postman, but i'm unable to get the results due to this error:
{
"Fault": {
"Code": {
"Value": "s:Sender",
"Subcode": {
"Value": "a:Gateway_Validation_RequestError"
}
},
"Reason": {
"Text": {
"lang": "en-US",
"Value": "There was an error while converting from JSON request. The root object must contain only 'GetFinancialStatementsReports_Request_1'"
}
},
"Detail": {
"ClientErrorReference": {
"Timestamp": "2020-07-03T16:17:25.3205811Z",
"ErrorReference": "976732c1ad264169889c3d835ea221d9",
"ServerReference": "3E67AD1A68FE5CCCFCD0BB4CCBA2FD0733FCE201090FDCAA"
}
}
}
}
The Request in postman is:
{
"GetStandardFinancials_Request_1": {
"companyId": "IBM.N",
"companyIdType": "RIC",
"finStatement": "AIS",
"startDate": "2010-07-03",
"endDate": "2020-07-03",
"startFY": 0,
"endFY": 0,
"fpNumber": 0,
"showCompanyInfo": true,
"updateType": "MostRecent",
"completeStatement": "AllStatements",
"finalFiling": "AllFilings",
"lang": "en-US"
}
}
Anyone has a clue or can confirm me if is possible to get historical data for fundamentals via TRKD API?
Thanks in advance!!
The problem has been solved, I made a mistake configuring the endpoint. The correct endpoint is { {protocol}}{ {host}}{ {api}}/Fundamentals/Fundamentals.svc/REST/Fundamentals_1/GetStandardFinancials_1, and this is working fine now.
How do I get more than 5 years of fundamental data from the TRKD API?
Retrieving news older than 3 months from TRKD API
parse RKD fundamental api data from json to pandas dataframe
is it possible to filter a TRKD Search Queryusing a substring in RIC ?
403 Forbidden - The HTTP request was forbidden with client authentication scheme 'Anonymous'