DataBolsa docs
Referência da APISistemaSistema

Busca unificada (typeahead) por ações/FIIs/índices/títulos/macro

GET
/v1/search
AuthorizationBearer <token>

In: header

Query Parameters

qstring

Termo de busca (ticker ou nome) — ações, FIIs, índices, títulos e séries macro. Ótimo p/ resolver ticker↔nome.

Length1 <= length <= 64
limit?integer
Default20
Range1 <= value <= 50

Response Body

curl -X GET "https://api.databolsa.com/v1/search?q=string&limit=20"
[
  {
    "kind": "stock",
    "ticker": "string",
    "title": "string",
    "subtitle": "string",
    "href": "string",
    "score": 0
  }
]
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}