---
title: "List Tickers"
method: GET
path: "/api/v1/stocks/"
tags: ["stocks"]
---

# List Tickers

`GET /api/v1/stocks/`

## Query parameters

- `bdi_code` string — BDI code (02=stocks, 12=FIIs, 14=BDRs)
- `limit` integer
- `offset` integer
- `format` string — Response format: json or csv

## Response `200`

Successful Response

- TickersListResponse
  - `total` integer, required
  - `count` integer, required
  - `tickers` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usebolsai/apis/bolsai.md) · [All operations](https://skmtc.net/usebolsai/apis/bolsai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usebolsai/bolsai/versions/4ff1922c6a7f/schema)
