---
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

---

[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/revisions/62183de581ea/schema)
