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>'
{
  "symbol": "AAPL",
  "expiryDates": [
    "2025-01-17",
    "2025-01-24",
    "2025-01-31",
    "2025-02-21"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Path Parameters

symbol
string
required

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

Response

Successful response. Returns symbol and list of expiry dates in YYYY-MM-DD format.

symbol
string

Underlying symbol

expiryDates
string<date>[]

List of expiration dates in YYYY-MM-DD format