---
title: "Get Earnings"
method: GET
path: "/v1/companies/{code}/earnings"
tags: ["earnings"]
---

# Get Earnings

`GET /v1/companies/{code}/earnings`

Get earnings snapshots from 決算短信 for a company.

Returns actuals, balance sheet, cash flows, and ratios for each period.
Data arrives weeks before EDINET annual reports.

## Path parameters

- `code` string, required

## Query parameters

- `years` integer — Number of fiscal years
- `period_type` string, nullable — Filter: FY, Q1, Q2, Q3

## Response `200`

Successful Response

- ListResponseEarningsSnapshotOut
  - `data` EarningsSnapshotOut[], required — Array of result objects.
    - `securities_code` string, nullable
    - `company_name` string, nullable
    - `company_name_en` string, nullable
    - `fiscal_year_end` string, nullable
    - `period_type` string, nullable
    - `filing_date` string, nullable
    - `accounting_standard` string, nullable
    - `is_consolidated` boolean, nullable
    - `revenue` integer, nullable
    - `operating_income` integer, nullable
    - `ordinary_income` integer, nullable
    - `net_income` integer, nullable
    - `comprehensive_income` integer, nullable
    - `revenue_change_pct` number, nullable
    - `operating_income_change_pct` number, nullable
    - `net_income_change_pct` number, nullable
    - `eps` number, nullable
    - `diluted_eps` number, nullable
    - `bps` number, nullable
    - `dps_annual` number, nullable
    - `total_assets` integer, nullable
    - `net_assets` integer, nullable
    - `equity_ratio_pct` number, nullable
    - `operating_cf` integer, nullable
    - `investing_cf` integer, nullable
    - `financing_cf` integer, nullable
    - `cash_end` integer, nullable
    - `roe_pct` number, nullable
    - `roa_pct` number, nullable
    - `operating_margin_pct` number, nullable
  - `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)
