> For the complete documentation index, see [llms.txt](https://cryptoquote.gitbook.io/cryptoquote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptoquote.gitbook.io/cryptoquote/apis/analytics-apis/markets/movers.md).

# Movers

<mark style="color:orange;">**Description**</mark>

The Movers API returns top movers occurring on real-time intraday data and allows you to get the Top Movers by;

* All Exchange
* or by a selected exchange
* Filter results by Top
  * Gainers (%) or Gainers ($),
  * Losers (%) or Losers ($),
  * Volume leaders

In addition, the API supports historical data so you can access top movers for any given historical date.

{% embed url="<https://www.youtube.com/watch?index=51&list=PLog30vtb4ZA76-tBWML69sR_RuKNn1kaB&v=7aCmzxjN17k>" %}

<mark style="color:orange;">**End Point**</mark>&#x20;

<figure><img src="/files/8APgwkOmYyjofu50KaDA" alt=""><figcaption></figcaption></figure>

<mark style="color:orange;">**Example**</mark>

Get latest gainers in gemini exchange with base pair of USD

```http
https://www.cryptoquote.io/analytics/v1/?api=movers&exchange=gemini&base_symbol=USD&view=gainers&key=your_api_key
```

<figure><img src="/files/q3GwzJZwcGUmO7X2HT9c" alt=""><figcaption></figcaption></figure>

<mark style="color:orange;">**Use Cases**</mark>

**Active Trader:**&#x20;

* Monitor current top movers across one to many exchanges to monitor market moving events
* Personalize your client engagement by surfacing an alert when a security in their watchlist or portfolio is returned in the top movers API

**Exchange or brokerage**&#x20;

* Personalize your client engagement by issuing an alert when a security a client’s watchlist or portfolio is included in the returned results&#x20;

## [Click here for a Free API key](https://www.cryptoquote.io/register) then [**Test the API yourself!**](https://www.cryptoquote.io/api_doc?code=movers\&page=api_analytics#test)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cryptoquote.gitbook.io/cryptoquote/apis/analytics-apis/markets/movers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
