パスパラメータ · 1
URLパスに展開される変数。
EDINETコードまたは証券コード
クエリパラメータ · 3
任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。
カンマ区切りのサブリソース: financials, ratios, growth, peers, segments, translations, health_score
取得する決算年数
返却する類似企業数の上限(デフォルト10)。
リクエストヘッダー · 1
認証ヘッダー。
本番用のAPIキー。次の形式で渡します: Bearer ax_live_…
返り値 · 200
標準の { data, meta } エンベロープ。 data は CompanyExpandedOut 型です。
エンベロープ
単一の結果オブジェクト。
ページネーションとリクエストメタデータ。request_id、data_as_of、ontology_version を含みます。
CompanyExpandedOut
EDINET提出者コード(例: E02144)。金融庁が付与する一意識別子。
証券コード(例: 7203)。東証の4桁コード。非上場企業はnull。
会社名(日本語)。例: トヨタ自動車株式会社。
会社名(英語)。開示書類に記載がない場合はnull。
Audit tag for name_en. One of: 'verified' (from an authoritative external registry), 'derived' (deterministic extraction or high-confidence public-registry match), 'machine' (model-generated, lowest confidence). Null when no English name has been resolved yet.
Timestamp name_en was last resolved. Use to detect staleness.
東証33業種分類(日本語)。例: 輸送用機器。
東証33業種分類の英語名(例: 'Transportation Equipment')。sectorから自動翻訳。
決算月(2桁文字列、例: '03'は3月決算)。
上場市場区分(日本語)。例: プライム(内国株式)。
東証の市場区分(英語、例: 'Prime')。listingから自動翻訳。
Always-populated display label derived from sector + listing. TSE's 33-sector classification only applies to listed equities; unlisted filers (REITs, asset managers, foreign subs) carry no sector. This field surfaces that gap explicitly: 'Unlisted' when listing is null, 'Uncategorised' when listed but unclassified, otherwise the English sector name. Consumers needing the raw TSE classification should still read sector / sector_en.
Entity classification: 'listed_company', 'fund', or 'unlisted_filer'.
この企業レコードがAxioraで作成された日時。
この企業レコードが最後に更新された日時。
この企業の財務データ(expand=financials指定時)。
算出した財務比率(expand=ratios指定時)。
成長率とCAGR(expand=growth指定時)。
類似企業(expand=peers指定時)。
事業セグメントデータ(expand=segments指定時)。
英語翻訳(expand=translations指定時)。
財務健全性スコア(expand=health_score指定時)。
エラー
標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。
すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。