---
title: "Retrieve ETF Tide"
method: GET
path: "/api/market/{ticker}/etf-tide"
---

# Retrieve ETF Tide

`GET /api/market/{ticker}/etf-tide`

Returns ETF tide data for the given ETF ticker.

## Path parameters

- `ticker` string, required

## Query parameters

- `date` string, date

## Response `200`

Successful response with ETF tide data.

- ETFTideResponse
  - `data` ETFTideEntry[]
    - `date` string, date — The trading date.
    - `net_call_premium` string — Defined as (call premium ask side) - (call premium bid side).
    - `net_put_premium` string — Defined as (put premium ask side) - (put premium bid side).
    - `net_volume` integer — Defined as (call volume ask side) - (call volume bid side) - ((put volume ask side) - (put volume bid side)).
    - `timestamp` string, date-time — The start time of the tick as a timestamp with timezone.

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
