Profit and Loss
This API retrieves the profit and loss statement of a company based on the provided company code (cocode
) and report type (reportType
), such as S
(Single) or C
(Consolidated). The response includes key financial metrics for several fiscal years, such as revenue, expenses, profit, tax before and after profit and Operating Profit after Depreciation.
Note: cocode
can be obtained from the Search Stock or Company Basic Detail API.
Endpoint
Request Parameter
cocode
Y
The unique company code identifier.
reportType
Y
The type of report to retrieve. Report type (S - Single or C - Consolidated)
Request
Response
Response Parameter
COLUMNNAME
Describes the financial metric (e.g., Total Revenue, Total Expenses, Profit Before Tax, etc.).
YearData
A key-value pair containing the year (Yyyyy03
) as the key and the corresponding financial value.
Y20XX03
Financial data for the fiscal year ending in March 20XX.
Last updated