v1
latestOpenAPI 3.1.02026-08-045901.5 MBFinancial Status
Retrieves the financial status for the specified financial year, including whether the data is locked or not
get/worksheet/financial-status
Query parameters
financial_yearinteger required
Defines the financial year for which data should be retrieved (e.g., 2025).
Response
200
Example response
{
"status": "success",
"data": {
"bid": 2769761961,
"data": {
"auditor_details": {
"name": "CA Rajasekhar Reddy Pallala",
"email": "rajasekar@charlesfca.com",
"phone": "7823956345",
"city": "Chennai",
"state": "TAMIL NADU",
"country": "INDIA",
"pincode": "600031",
"address1": "6 Dhanammal Street",
"address2": "Spurtank Road, Chetpet",
"address": "6 DHANAMMAL STREET, SPURTANK ROAD, CHETPET, CHENNAI, TAMIL NADU, INDIA",
"bid": 2769761961,
"financial_from": "2024-2025",
"type": "firm",
"appointment_on": "1970-01-01",
"resignation_on": "1970-01-01",
"membership_number": "253241",
"firm_name": "CHARLES & CHANDRASEKAR",
"firm_number": "005759S"
},
"director_details": [
{
"name": "VASANTHA GOVINDAN",
"din": "02230959"
}
],
"fs_status": "loss",
"sales": 9000,
"turnover": 9000,
"expenses": 2959430,
"profit_loss_year": -2950430,
"equity": -2938030,
"liabilities": 3109266,
"assets": 170196
},
"message": "Financial statement hasn't been locked yet for FY2024-25"
}
}