---
title: "Market movers"
method: GET
path: "/market_movers/{market}"
tags: ["market_data"]
---

# Market movers

`GET /market_movers/{market}`

The market movers endpoint provides a ranked list of the top-gaining and losing assets for the current trading day. It returns detailed data on the highest percentage price increases and decreases since the previous day's close. This endpoint supports international equities, forex, and cryptocurrencies, enabling users to quickly identify significant market movements across various asset classes.

## Path parameters

- `market` 'stocks' | 'etf' | 'mutual_funds' | 'forex' | 'crypto', required

## Query parameters

- `direction` 'gainers' | 'losers'
- `outputsize` integer
- `country` string
- `price_greater_than` string
- `dp` string

## Response `200`

- MarketMoversResponseBody
  - `values` MarketMoversResponseValue[], required — Market movers list
    - `symbol` string, required — The exchange symbol ticker
    - `name` string, required — The official name of the instrument
    - `exchange` string — Exchange where instrument is traded
    - `mic_code` string — Market identifier code (MIC) under ISO 10383 standard
    - `datetime` string, required — The last updated datetime timestamp
    - `last` number, double, required — The latest available price for the symbol today
    - `high` number, double, required — The highest price for the symbol today
    - `low` number, double, required — The lowest price for the symbol today
    - `volume` integer, required — The trading volume of the symbol today
    - `change` number, double, required — The value of the change since the previous day
    - `percent_change` number, double, required — The percentage change since the previous day
  - `status` string, required — Response status

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
