---
title: "Underlier Historic"
method: GET
path: "/underlier/{symbol}"
tags: ["market-data"]
---

# Underlier Historic

`GET /underlier/{symbol}`

Return historic underlier OHLC data for a symbol over a time range.

## Path parameters

- `symbol` string, required

## Query parameters

- `interval` string, required
- `fromISO` string, required
- `toISO` string, required

## Response `200`

OK

- UnderlierHistoricResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `count` integer, required
  - `data` UnderlierPoint[], nullable, required
    - `closePrice` number, double, required
    - `highPrice` number, double, required
    - `interval` string, required
    - `lowPrice` number, double, required
    - `openPrice` number, double, required
    - `symbol` string, required
    - `windowStart` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/qfex/apis/qfex-rest-api.md) · [All operations](https://skmtc.dev/qfex/apis/qfex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qfex/qfex-rest-api/revisions/19b17e5a1f6b/schema)
