Skip to main content
GET
/
v1
/
options
/
{symbol}
/
expiry-dates
Get Options Expiry Dates
curl --request GET \
  --url https://api.aries.com/v1/options/{symbol}/expiry-dates \
  --header 'Authorization: Bearer <token>'
{
  "expiryDates": [
    "2025-01-17",
    "2025-01-24",
    "2025-01-31",
    "2025-02-21"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

symbol
string
required

The underlying stock symbol (e.g., AAPL, TSLA, SPY)

Response

200 - application/json

Successful response

expiryDates
string<date>[]

List of expiration dates in YYYY-MM-DD format