---
title: "Export Financials Json"
method: GET
path: "/v1/bulk/financials.json"
tags: ["bulk"]
---

# Export Financials Json

`GET /v1/bulk/financials.json`

Export financial data as JSON array.

Returns companies' financial data as a JSON array, one object
per company-year. At least one filter (sector or fiscal_year) is required.

## Query parameters

- `sector` string, nullable — Filter by sector
- `fiscal_year` integer, nullable — Filter by fiscal year
- `fields` string, nullable — Comma-separated fields (default: all)

## Response `200`

Successful Response

- ListResponseBulkFinancialOut
  - `data` BulkFinancialOut[], required — Array of result objects.
    - `edinet_code` string, required — EDINET submitter code.
    - `securities_code` string, nullable — TSE securities code.
    - `name_jp` string, required — Company name in Japanese.
    - `name_en` string, nullable — Company name in English.
    - `sector` string, nullable — TSE 33-sector classification in Japanese.
    - `fiscal_year` integer, required — Fiscal year.
    - `period_end` string, nullable — Last day of the fiscal period (ISO 8601).
    - `accounting_standard` string, nullable — Accounting standard: 'Japan GAAP', 'IFRS', or 'US GAAP'.
  - `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)
