메인 콘텐츠로 건너뛰기
GET
/
api
/
v2.1
/
fundamentals
/
earningRatios
이익 비율 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.