Skip to main content
GET
/
v1
/
options
/
previous-day
Get Previous Day Option Data
curl --request GET \
  --url https://api.aries.com/v1/options/previous-day \
  --header 'Authorization: Bearer <token>'
{
  "ticker": "O:AAPL251219C00150000",
  "open": 13.5,
  "high": 15.25,
  "low": 13.2,
  "close": 13.75,
  "volume": 25430
}

Authorizations

Authorization
string
header
required

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

Query Parameters

optionsTicker
string

OCC option ticker symbol (e.g., O:AAPL251219C00150000)

Response

200 - application/json

Successful response

ticker
string

OCC option ticker symbol

open
number

Opening price for the previous trading day

high
number

Highest price reached during the previous trading day

low
number

Lowest price reached during the previous trading day

close
number

Closing price for the previous trading day

volume
integer

Total number of contracts traded during the previous trading day