# Market Movers – Top Stock Gainers & Losers

> Market Movers – Top Stock Gainers & Losers is a paid API for AI agents from etherealgoodsco.store, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns the top stock market gainers and losers for the current trading session

## Facts

- Endpoint: POST https://etherealgoodsco.store/finance/market-movers
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-movers-top-stock-gainers-losers-908d6d3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4VDiAUKxfkneucGJ0bQ2D

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability market-movers-top-stock-gainers-losers-908d6d3f -d '<json body>'
```

Example prompt: What are today's top stock market gainers and losers — I want to see which equities are moving the most right now?

## When to prefer this

Use this endpoint when you need a broad scan of the day's biggest equity movers across the market — rather than a quote for a specific ticker. Prefer this over a single-stock quote endpoint when the user wants to discover which stocks are moving, not track one they already know. Useful for momentum screening, daily briefings, and trend detection.

## Known failure modes

- Market is closed or outside trading hours — may return stale or empty data
- Rate limiting or payment failure returns 402/429 error
- Data provider outage returns 503 or empty response
- Ambiguous session window if called between pre-market and regular hours

## How this service works

Top stock market gainers and losers

## Output

A structured list of top-gaining and top-losing stocks for the current trading session, including stock symbols, price changes (absolute and/or percentage), and trading volume indicators.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "region": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-movers-top-stock-gainers-losers-908d6d3f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from etherealgoodsco.store](https://www.zero.xyz/host/etherealgoodsco.store/llms.txt)
