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

# Get Health

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

Get the health/credit score (0-100) for a company.

Returns a transparent score with component breakdown, flags,
and industry adjustment.

## Path parameters

- `code` string, required

## Response `200`

Successful Response

- SingleResponseHealthScoreOut
  - `data` HealthScoreOut, required
    - `edinet_code` string, required — EDINET submitter code.
    - `score` integer, required — Financial health score from 0 to 100. Higher is healthier.
    - `components` object, required — Score breakdown by component (stability, profitability, cash_flow).
    - `flags` string[], required — Risk flags (e.g. net_loss, negative_operating_cf).
    - `industry_adjustment` number, required — Industry adjustment points (-5 to +5) vs sector medians.
    - `fiscal_year` integer, required — Fiscal year the score is based on.
    - `computed_at` string, date-time, required — When the score was computed.
    - `data_source` string — Data provenance.
    - `methodology` string — Human-readable summary of the scoring methodology.
  - `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)
