Docs/リファレンス/決算短信/決算サプライズの取得
GET/v1/companies/{code}/earnings/surpriseプラン · Institutional

決算サプライズの取得

実績と事前の業績予想を比較します。サプライズ率を算出します。

パスパラメータ · 1

URLパスに展開される変数。

codestring必須

EDINETコードまたは証券コード

リクエストヘッダー · 1

認証ヘッダー。

Authorizationstring必須

本番用のAPIキー。次の形式で渡します: Bearer ax_live_…

返り値 · 200

標準の { data, meta } エンベロープ。 data は EarningsSurpriseOut 型の配列です。

エンベロープ

dataEarningsSurpriseOut[]

結果オブジェクトの配列。

metaMeta

ページネーションとリクエストメタデータ。request_iddata_as_ofontology_version を含みます。

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

EarningsSurpriseOut

securities_codestring | null
company_namestring | null
company_name_enstring | null
fiscal_year_endstring | null
period_typestring | null
filing_datestring | null
accounting_standardstring | null
is_consolidatedboolean | null
tdnet_pdf_urlstring | null

URL of the source 決算短信 PDF on TDNet. Every number traces back here.

revenueinteger | null
operating_incomeinteger | null
ordinary_incomeinteger | null
net_incomeinteger | null
comprehensive_incomeinteger | null
revenue_change_pctnumber | null
operating_income_change_pctnumber | null
net_income_change_pctnumber | null
epsnumber | null
diluted_epsnumber | null
bpsnumber | null
dps_annualnumber | null
total_assetsinteger | null
net_assetsinteger | null
equity_ratio_pctnumber | null
operating_cfinteger | null
investing_cfinteger | null
financing_cfinteger | null
cash_endinteger | null
roe_pctnumber | null
roa_pctnumber | null
operating_margin_pctnumber | null
surpriseobject

エラー

標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。

すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。