---
title: "Get a fiscal year"
method: GET
path: "/companies/{companyId}/fiscal-years/{fiscalYearId}"
tags: ["fiscal-years"]
---

# Get a fiscal year

`GET /companies/{companyId}/fiscal-years/{fiscalYearId}`

Retrieve the information of the fiscal year with the matching fiscalYearId

**Scope:** `fiscal-years:read`

## Response `200`

Successful response with fiscal year information

- object
  - `fiscalYear` FiscalYear
    - `id` string, uuid, required — Unique identifier for the fiscal year
    - `startDate` string, date, required — The start date of the fiscal year
    - `endDate` string, date, required — The end date of the fiscal year
    - `accountingMethod` 'cash' | 'accrual', required — The accounting method used by the fiscal year
    - `status` 'open' | 'closed' — The status of the fiscal year

## Other responses

- `404` — Fiscal year not found

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
