Referência da APISistemaSistema
Busca unificada (typeahead) por ações/FIIs/índices/títulos/macro
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.
Length
1 <= length <= 64limit?integer
Default
20Range
1 <= value <= 50Response 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"
}