---
title: "Get Biggest Stock Market Losers"
method: GET
path: "/market/overview/losers"
tags: ["Market Overview"]
---

# Get Biggest Stock Market Losers

`GET /market/overview/losers`

Fetches a list of the stocks with the largest percentage loss for the day.

## Response `200`

Successful response with an array of the biggest loser stocks.

- object[]
  - `symbol` string
  - `name` string
  - `change` number — The absolute price change (will be negative).
  - `price` number — The current or closing price.
  - `changes-percentage` number — The percentage change in price (will be negative).

## Other responses

- `404` — Not Found - No market loser data available.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
