---
title: "Get Trending Tickers List"
method: GET
path: "/api/v1/trending-tickers/list"
tags: ["Ticker Trends"]
---

# Get Trending Tickers List

`GET /api/v1/trending-tickers/list`

Retrieve a list of trending tickers based on various metrics. Returns securities ordered by trending score across different time intervals.

## Query parameters

- `interval` string, required
- `tickers` string
- `source` string, required
- `timeframe` string
- `time_from` string
- `time_to` string
- `date_from` string
- `date_to` string
- `page` integer
- `pagesize` integer

## Response `200`

Ranked list of trending tickers with engagement scores

- ModelsTrendingTickersListAPIResponse
  - `data` ModelsTrendingTickersListData[]
    - `count` integer
    - `pct_chg` integer
    - `security` ModelsSecurity
      - `exchange` string
      - `name` string
      - `ticker` string
  - `ok` boolean

## Other responses

- `400` — Bad request - missing or invalid source parameter, or invalid date/time format
- `500` — Internal server error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
