Skip to main content
GET
/
v1
/
stock
/
earnings
Get Earnings Surprises
curl --request GET \
  --url https://api.aries.com/v1/stock/earnings \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "actual": 1.850000023841858,
      "estimate": 1.8075000047683716,
      "period": "2025-09-30",
      "quarter": 4,
      "surprise": 0.042500000447034836,
      "surprisePercent": 2.351300001144409,
      "symbol": "AAPL",
      "year": 2025
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

(Required) Stock ticker symbol

limit
integer

(Optional) Number of results to return

Response

Successful response

data
object[]

Array of historical earnings surprises