메인 콘텐츠로 건너뛰기
GET
/
api
/
v2.1
/
fundamentals
/
alphaBeta
Get 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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.benzinga.com/llms.txt

Use this file to discover all available pages before exploring further.

{
  "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
필수

Comma separated list of symbols (e.g., AAPL, MSFT)

asOf
string

Return results for dates greater than or equal date specified in this parameter (YYYY-MM-DD)

period
string

Specifies the time period of the returned results (e.g., Q1, 2023)

reportType
string

Report type: TTM (Trailing Twelve Months), A (As originally reported), R (Restated), P (Preliminary)

응답

Alpha Beta data

The response is of type string.