Referência da APIDados de mercadoAções
Proventos (dividendos e JCP)
AuthorizationBearer <token>
In: header
Path Parameters
tickerstring
Match
^[A-Z][A-Z0-9]{3}[0-9]{0,2}$Query Parameters
cursor?string
limit?integer
Default
100Range
1 <= value <= 1000from?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/stocks/string/dividends?cursor=string&limit=100&from=string&to=string"{
"data": [
{
"type": "string",
"ex_date": "string",
"payment_date": "string",
"value_per_share_gross": 0,
"value_per_share_net": 0
}
],
"meta": {
"next_cursor": "string",
"count": 0
}
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}