Equities

Get upcoming and historical earnings for symbol

get/equity/{symbol}/earnings

Path parameters

symbolstring nullable required

Response

Successful Response

messagestring nullable

A message with the response status.

Example response

{
  "data": [
    {
      "ticker": "AAPL",
      "date": "2024-10-25",
      "eps": 1.46,
      "epsEstimated": 1.39
    }
  ],
  "message": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.