---
title: "Filing Calendar"
method: GET
path: "/v1/filings/calendar"
tags: ["filings"]
---

# Filing Calendar

`GET /v1/filings/calendar`

Filing calendar: companies with period_end in the given month.

Useful for knowing which companies' annual reports are expected.
Returns companies grouped by their fiscal year end date.

## Query parameters

- `month` string, required — Month in YYYY-MM format (e.g. 2025-06)

## Response `200`

Successful Response

- ListResponseCalendarEntry
  - `data` CalendarEntry[], required — Array of result objects.
    - `date` string, required — Date in ISO 8601 format (YYYY-MM-DD).
    - `filing_count` integer, required — Number of filings received on this date.
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

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