Referência da APIDados de mercadoAções
Perfil e última cotação do papel
AuthorizationBearer <token>
In: header
Path Parameters
tickerstring
Match
^[A-Z][A-Z0-9]{3}[0-9]{0,2}$Response Body
curl -X GET "https://api.databolsa.com/v1/stocks/string"{
"ticker": "string",
"isin": "string",
"type": "ON",
"active": true,
"successor": "string",
"current_ticker": "string",
"renamed_at": "string",
"succession_type": "rename",
"succession_ratio": 0,
"trading_status": "regular",
"trading_status_since": "string",
"class_shares_outstanding": 0,
"company": {
"cvm_code": 0,
"cnpj": "string",
"name": "string",
"trade_name": "string",
"sector": "string",
"subsector": "string",
"listing_segment": "string",
"primary_ticker": "string",
"tickers": [
{
"ticker": "string",
"type": "ON",
"active": true,
"successor": "string",
"current_ticker": "string",
"renamed_at": "string",
"succession_type": "rename",
"succession_ratio": 0
}
],
"shares_outstanding": {
"common": 0,
"preferred": 0,
"total": 0
},
"free_float_pct": 0,
"status": "string",
"has_active_ticker": true
},
"latest_quote": {
"date": "string",
"close": 0,
"adjust_type": "string",
"adjust_quality": "string",
"sessions_behind": 0
}
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"details": {
"property1": null,
"property2": null
}
}Visão geral
Referência completa da API pública do DataBolsa, gerada do contrato OpenAPI.
Histórico de um indicador (trimestral)
Série trimestral do indicador. Segue a MESMA política do snapshot (/stocks/{ticker}/indicators): indicadores que não se aplicam a instituições financeiras (margem_bruta, margem_ebit, margem_liquida, psr, p_ebit, p_fcf, ev_ebit, ev_ebitda, ebit_ativos, giro_ativos) vêm com os pontos em null e o motivo em `reason`, em vez de expor a série completa.