Skip to main content
GET
/
api
/
v2
/
fundamentals
/
earningRatios
Get earning ratios V2.1
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/api/v2/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"
    }
  ]
}

Authorizations

token
string
query
required

Query Parameters

symbols
string

Comma separated list of symbols

asOf
string

Return results for dates greater than or equal date specified in this parameter

period
string

Specifies the time period of the returned results

reportType
string

TTM, A (as originally reported), R (restated). P (Preliminary anouncements)

Response

Returns a JSON object with earning ratios

The response is of type string.