---
title: "Financial Status"
method: GET
path: "/worksheet/financial-status"
---

# Financial Status

`GET /worksheet/financial-status`

Retrieves the financial status for the specified financial year, including whether the data is locked or not

## Query parameters

- `financial_year` integer, required

## Response `200`

200

- object
  - `status` string
  - `data` object
    - `lock_status` integer
    - `bid` integer
    - `data` object
      - `auditor_details` object
        - `name` string
        - `email` string
        - `phone` string
        - `city` string
        - `state` string
        - `country` string
        - `pincode` string
        - `address1` string
        - `address2` string
        - `address` string
        - `srn_no` string
        - `bid` integer
        - `financial_from` string
        - `type` string
        - `appointment_on` string
        - `resignation_on` string
        - `membership_number` string
        - `firm_name` string
        - `firm_number` string
        - `auditor_bid` integer
      - `director_details` object[]
        - `name` string
        - `din` string
      - `fs_status` string
      - `sales` integer
      - `turnover` integer
      - `expenses` integer
      - `profit_loss_year` integer
      - `equity` integer
      - `liabilities` integer
      - `assets` integer
    - `message` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
