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",
"company": {
"cvm_code": 0,
"name": "string",
"tickers": [
{
"ticker": "string",
"type": "ON"
}
]
},
"shares_outstanding": 0,
"latest_quote": {
"date": "string",
"close": 0,
"adjust_type": "string",
"adjust_quality": "string"
}
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}