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

# Get fiscal years

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

Get all fiscal years for the company. Use the query parameters to filter and navigate through the results.


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

## Query parameters

- `page` integer
- `pageSize` integer
- `query` string

## Response `200`

Successful response with fiscal years

- object
  - `totalItems` integer
  - `totalPages` integer
  - `currentPage` integer
  - `items` 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

---

[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)
