---
title: "Flow Per Strike"
method: GET
path: "/api/stock/{ticker}/flow-per-strike"
---

# Flow Per Strike

`GET /api/stock/{ticker}/flow-per-strike`

Returns the option flow per strike for a given trading day.

## Path parameters

- `ticker` string, required

## Query parameters

- `date` string, date

## Response `200`

Flow data per strike

- FlowPerStrikeEntry[]
  - `call_premium` string
  - `call_premium_ask_side` string
  - `call_premium_bid_side` string
  - `call_trades` integer
  - `call_volume` integer
  - `call_volume_ask_side` integer
  - `call_volume_bid_side` integer
  - `date` string, date
  - `put_premium` string
  - `put_premium_ask_side` string
  - `put_premium_bid_side` string
  - `put_trades` integer
  - `put_volume` integer
  - `put_volume_ask_side` integer
  - `put_volume_bid_side` integer
  - `strike` string
  - `ticker` string
  - `timestamp` string, date-time

## 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)
