v1

latestOpenAPI 3.1.02026-08-045901.5 MB

Financial API

Retrieves Profit and Loss and Balance Sheet details for a specified locked financial year.

get/worksheet/financial-api

Query parameters

financial_yearinteger required

Defines the financial year for which data should be retrieved (e.g., 2025).

Response

200

statusstring

Example response

{
  "status": "success",
  "data": {
    "bid": 2769761961,
    "message": "There is no locked accounts for FY2024-25 in financial statement"
  }
}