Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Request body · 3
JSON request body fields.
List of EDINET or securities codes (1–100).
Number of fiscal years per company.
Financial fields to include. Null returns all fields.
Returns · 200
The standard { data, meta } envelope. data contains an array of FinancialOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
FinancialOut
EDINET submitter code (e.g. 'E02144').
Fiscal year label. '2024' means the fiscal year ending in calendar year 2024.
Last day of the fiscal period (e.g. '2024-03-31').
Revenue (売上高) in JPY. IFRS: Revenue; JP-GAAP: 売上高 or 営業収益.
Net income attributable to owners of the parent in JPY. Null if not reported.
Operating income (営業利益) in JPY.
Ordinary income (経常利益) in JPY. JP-GAAP only; includes non-operating items.
Total assets (総資産) in JPY.
Total equity including non-controlling interests in JPY.
Net assets (純資産) in JPY. JP-GAAP concept; includes NCI and stock acquisition rights.
Total liabilities (負債合計) in JPY.
Cash and cash equivalents in JPY. BS item, not CF ending balance.
Cash flow from operating activities in JPY.
Investing cash flow in JPY. Typically negative.
Financing cash flow in JPY. Negative = net repayment.
Basic EPS in JPY (e.g. 285.23).
Diluted EPS in JPY. Adjusts for convertibles/options.
Annual DPS in JPY (e.g. 75.0). Interim + year-end.
Book value per share in JPY.
Return on equity (%). E.g. 12.5 means 12.5%.
Price-to-earnings ratio. Derived from market price ÷ EPS when available.
Number of employees (headcount). Unitless integer.
Payout ratio (%). E.g. 30.0 = 30%. Dividends / NI.
Stated capital (資本金) in JPY.
Comprehensive income in JPY. Net income + OCI.
Income before income taxes (税引前当期純利益) in JPY.
Total shares issued (発行済株式総数). Includes treasury stock.
Shares outstanding at filing date (提出日現在の発行済株式総数). DEI header.
Interim dividend per share in JPY. Subset of dividends_per_share.
Cost of sales (売上原価) in JPY.
Gross profit (売上総利益) in JPY. Revenue minus cost of sales.
Selling, general and administrative expenses (販管費) in JPY.
Extraordinary income (特別利益) in JPY. JP-GAAP only.
Extraordinary loss (特別損失) in JPY. JP-GAAP only.
Depreciation and amortization in JPY.
R&D expenses (研究開発費) in JPY.
Current assets (流動資産) in JPY.
Non-current assets (固定資産) in JPY.
Property, plant and equipment (有形固定資産) in JPY.
Intangible assets (無形固定資産) in JPY.
Inventories (棚卸資産) in JPY.
Trade receivables (売掛金・受取手形) in JPY.
Current liabilities (流動負債) in JPY.
Non-current liabilities (固定負債) in JPY.
Trade payables (買掛金・支払手形) in JPY.
Interest-bearing debt, current portion in JPY. Short-term borrowings + current LT debt.
Interest-bearing debt, non-current in JPY. Long-term borrowings + bonds payable.
Retained earnings (利益剰余金) in JPY.
Non-controlling interests (非支配株主持分) in JPY.
Capital expenditure in JPY. From investing CF.
Treasury stock (自己株式) in JPY. Reported as negative in equity section.
Goodwill (のれん) in JPY. IFRS: separate line; JP-GAAP: in intangibles.
Interest expense (支払利息) in JPY.
Investment securities (投資有価証券) in JPY.
Deferred tax assets (繰延税金資産) in JPY.
True for consolidated financials. False for standalone/parent-only filers.
Accounting standard: 'JP-GAAP', 'IFRS', or 'US-GAAP'. Null when not resolved from filing metadata.
Currency code. Always 'JPY'. All monetary values are in Japanese yen.
EDINET document ID of the source filing (e.g. 'S100ABCD').
Data provenance.
Explanations for null financial fields. Keys are field names, values explain why the field is null (e.g. accounting standard differences, data availability). Only present when include=explanations is requested (REST API) or always included in MCP tool responses.
Per-field source citations tracing each value to its EDINET filing. Only present when include=sources is requested. Contains 'edinet_url', 'accounting_standard', and period dates.
Return on assets (%). net_income ÷ total_assets × 100.
Operating margin (%). operating_income ÷ revenue × 100.
Net margin (%). net_income ÷ revenue × 100.
Gross margin (%). gross_profit ÷ revenue × 100.
Equity ratio (%). total_equity ÷ total_assets × 100.
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.