Balance Sheet
This API retrieves the balance sheet for a specific company, identified by its company code (cocode
). The balance sheet provides detailed financial information about the company's assets, liabilities, and equity. The reportType
parameter allows users to specify the type of balance sheet report they wish to retrieve (e.g., S - Single or C - Consolidated).
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
The specific financial metric reported in the balance sheet (e.g., Fixed Assets, Total Assets).
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