[
{
"company_id": 39,
"idx_ticker": "ITMG.JK",
"name": "PT Indo Tambang Megah",
"year": 2024,
"assets": 2406.54,
"revenue": 2304.5,
"revenue_breakdown": "{\"Coal\": 2288.76, \"Services\": 5.29}",
"cost_of_revenue": 1605.69,
"cost_of_revenue_breakdown": "{\"Royalty\": 260.19, ...}",
"net_profit": 375.6
},
{
"company_id": 39,
"idx_ticker": "ITMG.JK",
"name": "PT Indo Tambang Megah",
"year": 2023,
"assets": 2187.85,
"revenue": 2374.32,
"revenue_breakdown": "{\"Coal\": 2368.32, \"Services\": 6.0}",
"cost_of_revenue": 1631.77,
"cost_of_revenue_breakdown": "{\"Royalty\": 332.11, ...}",
"net_profit": 499.62
}
]
Authorization header that should be filled with your Sectors Financial API
key.
Path Parameters
The IDX ticker symbol of the company (e.g., ITMG.JK
or ITMG
).
Query Parameters
A comma-separated list of years to retrieve financial data for (e.g.,
2024,2023
). If omitted, data for all available years will be returned.
Response
Show Financial Record properties
Unique identifier of the company.
The company’s IDX ticker.
The year of the financial record.
Total assets for the year.
Total revenue for the year.
JSON string detailing the sources of revenue.
Total cost of revenue for the year.
cost_of_revenue_breakdown
JSON string detailing the components of the cost of revenue.