---
title: "Options Volume"
method: GET
path: "/api/stock/{ticker}/options-volume"
---

# Options Volume

`GET /api/stock/{ticker}/options-volume`

Returns the options volume & premium for all trade executions that happened on a given trading date for the given ticker. This can be used to build a ticker options overview, such as a table or a line chart.

## Path parameters

- `ticker` string, required

## Query parameters

- `limit` integer

## Response `200`

The options volume and premium details.

- TickerOptionsVolume[]
  - `avg_30_day_call_volume` string — Avg 30 day call volume.
  - `avg_30_day_put_volume` string — Avg 30 day put volume.
  - `avg_3_day_call_volume` string — Avg 3 day call volume.
  - `avg_3_day_put_volume` string — Avg 3 day put volume.
  - `avg_7_day_call_volume` string — Avg 7 day call volume.
  - `avg_7_day_put_volume` string — Avg 7 day put volume.
  - `bearish_premium` string — The bearish premium (call bid + put ask).
  - `bullish_premium` string — The bullish premium (call ask + put bid).
  - `call_open_interest` integer — The sum of open interest for all call options.
  - `call_premium` string — The sum of premium for all call transactions.
  - `call_volume` integer — The total call volume.
  - `call_volume_ask_side` integer — The call volume on the ask side.
  - `call_volume_bid_side` integer — The call volume on the bid side.
  - `date` string, date — The trading date.
  - `net_call_premium` string — Net call premium (ask - bid).
  - `net_put_premium` string — Net put premium (ask - bid).
  - `put_open_interest` integer — The sum of open interest for all put options.
  - `put_premium` string — The sum of premium for all put transactions.
  - `put_volume` integer — The total put volume.
  - `put_volume_ask_side` integer — The put volume on the ask side.
  - `put_volume_bid_side` integer — The put volume on the bid side.

## Other responses

- `422` — Validation Error
- `500` — 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)
