---
title: "GET /v1/options/strikes/{underlying}/"
method: GET
path: "/v1/options/strikes/{underlying}/"
tags: ["v1"]
---

# GET /v1/options/strikes/{underlying}/

`GET /v1/options/strikes/{underlying}/`

Get a list of current or historical options strikes for an underlying symbol.
If no optional parameters are used, the endpoint returns the strikes for every expiration in
the chain.

## Path parameters

- `underlying` string, required

## Query parameters

- `format` 'csv' | 'json'
- `date` string, date
- `expiration` string, date
- `dateformat` 'spreadsheet' | 'timestamp' | 'unix'
- `limit` integer
- `offset` integer
- `headers` boolean
- `columns` string
- `human` boolean

## Response `200`

- object

---

[API](https://skmtc.net/marketdata/apis/market-data-api.md) · [All operations](https://skmtc.net/marketdata/apis/market-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/marketdata/market-data-api/revisions/902f045c5a00/schema)
