---
title: "Retrieve Sector ETFs"
method: GET
path: "/api/market/sector-etfs"
---

# Retrieve Sector ETFs

`GET /api/market/sector-etfs`

Returns the current trading day's statistics for SPDR sector ETFs.

## Response `200`

Successful response with sector ETF data.

- SectorETFsResponse
  - `data` SectorETFEntry[]
    - `ticker` string — The ETF ticker.
    - `full_name` string — The full name of the SPDR sector ETF.
    - `marketcap` string — The market cap or AUM of the ETF.
    - `volume` integer — The trading volume of the ETF.
    - `call_volume` integer — The call volume for the ETF.
    - `put_volume` integer — The put volume for the ETF.
    - `call_premium` string — The total call premium.
    - `put_premium` string — The total put premium.
    - `bullish_premium` string — Bullish premium defined as (call premium ask side) + (put premium bid side).
    - `bearish_premium` string — Bearish premium defined as (call premium bid side) + (put premium ask side).

## Other responses

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