Referência da APIDados de mercadoÍndices
Série de níveis diários de um índice
AuthorizationBearer <token>
In: header
Path Parameters
codestring
Código do índice, ex.: IBOV, IFIX, IBXX, SMLL, IDIV, ICON. Ver listIndices.
Length
1 <= lengthQuery Parameters
cursor?string
limit?integer
Default
100Range
1 <= value <= 20000from?string
Match
^\d{4}-\d{2}-\d{2}$to?string
Match
^\d{4}-\d{2}-\d{2}$Response Body
curl -X GET "https://api.databolsa.com/v1/indices/string/quotes?cursor=string&limit=100&from=string&to=string"{
"data": [
{
"date": "string",
"value": 0
}
],
"meta": {
"next_cursor": "string",
"count": 0
}
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}