Path parameters · 1
Variables interpolated into the URL path.
Query parameters · 2
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Adjust per-share values (EPS, BPS, DPS) for detected stock splits so the time-series is comparable. Set to false for raw unadjusted values.
Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains an array of RatioOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
RatioOut
Fiscal year.
Last day of the fiscal period (ISO 8601).
Return on equity (%). Net income ÷ average equity.
Return on assets (%). Net income ÷ average total assets.
Operating margin (%). Operating income ÷ revenue.
Net margin (%). Net income ÷ revenue.
Gross margin (%). Gross profit ÷ revenue.
Equity ratio (%). Total equity ÷ total assets.
Debt-to-equity ratio. Total liabilities ÷ total equity.
Current ratio. Current assets / current liabilities.
Interest coverage ratio. Operating income ÷ interest expense.
Price-to-earnings ratio.
Number of employees (headcount).
Basic earnings per share in JPY.
Book value per share in JPY.
Annual dividends per share in JPY.
Dividend payout ratio (%).
Errors
Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.
Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.