---
title: "Get Company"
method: GET
path: "/api/v1/companies/{ticker}"
tags: ["companies"]
---

# Get Company

`GET /api/v1/companies/{ticker}`

## Path parameters

- `ticker` string, required

## Query parameters

- `format` string — Response format: json or csv

## Response `200`

Successful Response

- CompanyDetail — Full company representation for detail endpoint.
  - `cvm_code` string, required
  - `cnpj` string, required
  - `corporate_name` string, required
  - `trade_name` string, nullable, required
  - `ticker_primary` string, nullable
  - `queried_ticker` string, nullable
  - `tickers` string[]
  - `sector` string, nullable, required
  - `status` string, nullable, required
  - `registration_date` string, date, nullable, required
  - `registration_category` string, nullable, required
  - `market_type` string, nullable, required
  - `country` string, nullable, required
  - `state` string, nullable, required
  - `city` string, nullable, required
  - `email` string, nullable, required
  - `website` string, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `59340bd46c6c` — 2 info
  - added the optional property `queried_ticker` to the response with the `200` status
  - added the optional property `tickers` to the response with the `200` status

[Change history](https://skmtc.dev/usebolsai/apis/bolsai/changes/api/v1/companies/:ticker/get.md)

---

[API](https://skmtc.dev/usebolsai/apis/bolsai.md) · [All operations](https://skmtc.dev/usebolsai/apis/bolsai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebolsai/bolsai/revisions/42be5763bce1/schema)
