---
title: "Retrieve Instrument Option Expiration"
method: GET
path: "/instruments/{symbolOrInstrumentID}/options/expiration-dates"
tags: ["Instruments"]
---

# Retrieve Instrument Option Expiration

`GET /instruments/{symbolOrInstrumentID}/options/expiration-dates`

Retrieve an Instrument Option Expiration details by symbol or instrumentID.

## Path parameters

- `symbolOrInstrumentID` string, required

## Response `200`

Retrieving an Instrument Option Expiration details by symbol or instrumentID was Successful

- ExpirationDateList
  - `symbol` string — The Symbol of the underlying equity security.
  - `expiration` string[] — The date the Option Contract will expire.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/versions/9fced6d0ac41/schema)
