---
title: "GET /v1/options/quotes/{optionSymbol}/"
method: GET
path: "/v1/options/quotes/{optionSymbol}/"
tags: ["v1"]
---

# GET /v1/options/quotes/{optionSymbol}/

`GET /v1/options/quotes/{optionSymbol}/`

Get a current or historical end of day quote for a single or multiple options contracts.
Separate multiple options symbols with a comma.

## Path parameters

- `optionSymbol` string, required

## Query parameters

- `format` 'csv' | 'json'
- `date` string, date
- `from` string, date
- `to` string, date
- `countback` integer
- `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/versions/902f045c5a00/schema)
