クエリパラメータ · 15
任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。
roe_minnumber | null任意
ROE下限(%)
roe_maxnumber | null任意
ROE上限(%)
roa_minnumber | null任意
ROA下限(%)
roa_maxnumber | null任意
ROA上限(%)
revenue_mininteger | null任意
売上高下限(JPY)
revenue_maxinteger | null任意
売上高上限(JPY)
net_income_mininteger | null任意
当期純利益下限(JPY)
net_income_maxinteger | null任意
当期純利益上限(JPY)
operating_income_mininteger | null任意
営業利益下限(JPY)
operating_income_maxinteger | null任意
営業利益上限(JPY)
sectorstring | null任意
セクターでフィルター
sortstring任意
ソートする指標
fiscal_yearinteger | null任意
決算年度でフィルター
limitinteger任意
1ページあたりの件数
offsetinteger任意
スキップする件数(cursor指定時は無視)
リクエストヘッダー · 1
認証ヘッダー。
Authorizationstring必須
本番用のAPIキー。次の形式で渡します: Bearer ax_live_…
返り値 · 200
標準の { data, meta } エンベロープ。 data は ScreenResultOut 型の配列です。
エンベロープ
dataScreenResultOut[]
結果オブジェクトの配列。
metaMeta
ページネーションとリクエストメタデータ。request_id、data_as_of、ontology_version を含みます。
ScreenResultOut
companyCompanyOut
企業情報。
financialsScreenFinancials
最新の財務データ。
metricsScreenMetrics
算出した財務比率。
エラー
標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。
すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。