Skip to main content
GET
/
v1
/
stocks
/
last-trade
Get Last Trade
curl --request GET \
  --url https://api.aries.com/v1/stocks/last-trade \
  --header 'Authorization: Bearer <token>'
{
  "requestId": "5eac8eaf43c0b46e598180f4a2bef742",
  "results": {
    "ticker": "AAPL",
    "conditions": [
      12
    ],
    "trfTimestamp": 1767401995260857300,
    "id": "360988",
    "price": 270.9607,
    "sequenceNumber": 10029677,
    "trfId": 202,
    "size": 391,
    "sipTimestamp": 1767401995260878300,
    "exchange": 4,
    "participantTimestamp": 1767401995260648000,
    "tape": 3
  },
  "status": "DELAYED"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

ticker
string
required

Stock ticker symbol

Example:

"AAPL"

Response

200 - application/json

Successful response

requestId
string

Unique request ID

results
object

Last trade object

status
string

Status of the response