メインコンテンツへスキップ
GET
/
api
/
v2.1
/
fundamentals
/
alphaBeta
Alpha Beta v2.1 の取得
curl --request GET \
  --url 'https://api.example.com/api/v2.1/fundamentals/alphaBeta?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
      },
      "alphaBeta": [
        {
          "id": {
            "shareClassId": "0P000000GY",
            "asOf": "2019-07-31",
            "period": "60M"
          },
          "alpha": 0.007715,
          "beta": 1.249643,
          "nonDivAlpha": -0.24129,
          "nonDivBeta": 1.247545
        }
      ],
      "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
      },
      "alphaBeta": [
        {
          "id": {
            "shareClassId": "0P000000GY",
            "asOf": "2019-07-31",
            "period": "60M"
          },
          "alpha": 0.007715,
          "beta": 1.249643,
          "nonDivAlpha": -0.24129,
          "nonDivBeta": 1.247545
        }
      ],
      "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.