メインコンテンツへスキップ
GET
/
api
/
v2.1
/
fundamentals
/
earningRatios
Earnings Ratios v2.1 の取得
curl --request GET \
  --url 'https://api.example.com/api/v2.1/fundamentals/earningRatios?token='
{
  "result": [
    {
      "company": {
        "primarySymbol": "AAPL",
        "primaryExchange": "NAS",
        "cik": "320193",
        "isin": "CA03785Y1007",
        "cusip": "03785Y100",
        "standardName": "Apple",
        "countryId": "USA",
        "isReit": false,
        "industryTemplateCode": "N",
        "businessCountryId": "USA",
        "isLimitedPartnership": false,
        "yearofEstablishment": 1977,
        "isLimitedLiabilityCompany": false
      },
      "earningRatios": [
        {
          "id": {
            "shareClassId": "0P000000GY",
            "asOf": "2025-09-30",
            "reportType": "R",
            "period": "3M",
            "aorOrRestate": "RESTATE"
          },
          "fiscalYearEnd": 9,
          "dilutedEpsGrowth": 0.907216,
          "dilutedContEpsGrowth": 0.907216,
          "dpsGrowth": 0.04,
          "normalizedDilutedEpsGrowth": 0.907216,
          "normalizedBasicEpsGrowth": 0.907216
        }
      ],
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}
{
  "result": [
    {
      "company": {
        "primarySymbol": "AAPL",
        "primaryExchange": "NAS",
        "cik": "320193",
        "isin": "CA03785Y1007",
        "cusip": "03785Y100",
        "standardName": "Apple",
        "countryId": "USA",
        "isReit": false,
        "industryTemplateCode": "N",
        "businessCountryId": "USA",
        "isLimitedPartnership": false,
        "yearofEstablishment": 1977,
        "isLimitedLiabilityCompany": false
      },
      "earningRatios": [
        {
          "id": {
            "shareClassId": "0P000000GY",
            "asOf": "2025-09-30",
            "reportType": "R",
            "period": "3M",
            "aorOrRestate": "RESTATE"
          },
          "fiscalYearEnd": 9,
          "dilutedEpsGrowth": 0.907216,
          "dilutedContEpsGrowth": 0.907216,
          "dpsGrowth": 0.04,
          "normalizedDilutedEpsGrowth": 0.907216,
          "normalizedBasicEpsGrowth": 0.907216
        }
      ],
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}

承認

token
string
query
必須

クエリパラメータ

symbols
string
必須

カンマ区切りのシンボル一覧(例:AAPL, MSFT)

asOf
string

このパラメータで指定した日付(YYYY-MM-DD)以降の結果を返します。

period
string

返される結果の対象となる会計期間を指定します(例:Q1, 2023)

reportType
string

レポート種別: TTM(直近12か月累計)、A(当初公表値)、R(修正再表示)、P(速報値)

レスポンス

収益比率データ

The response is of type string.