---
title: "Returns the information about the given ETF ticker."
method: GET
path: "/api/etfs/{ticker}/info"
---

# Returns the information about the given ETF ticker.

`GET /api/etfs/{ticker}/info`

## Path parameters

- `ticker` string, required

## Response `200`

Successful response with ETF information.

- ETFInfoResponse
  - `data` ETFInfo[]
    - `aum` string — The total assets under management (AUM) of the ETF.
    - `avg30_volume` string — The avg stock volume for the stock last 30 days.
    - `call_vol` integer — The sum of the size of all the call transactions that executed.
    - `description` string — Information about the ETF.
    - `domicile` string — The domicile of the ETF.
    - `etf_company` string — The company which oversees the ETF.
    - `expense_ratio` string — The expense ratio of the ETF.
    - `has_options` boolean — Boolean flag whether the company has options.
    - `holdings_count` integer — The amount of holdings the ETF has.
    - `inception_date` string — The inception date of the ETF as an ISO date.
    - `name` string — The full name of the ETF.
    - `opt_vol` integer — The total options volume traded for the last trading day.
    - `put_vol` integer — The sum of the size of all the put transactions that executed.
    - `stock_vol` integer — The volume of the ticker for the trading day.
    - `website` string — A link to the website of the ETF.

## 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/versions/0b37cadfb125/schema)
