Top Dividend Yield
Ranking dos ativos com maior dividend yield acumulado nos últimos 12 meses.
Server URL https://api.redentia.com.br
GET
/v1/rankings/top-dividend-yield Authorization Required
Authorization Bearer <token>
Token de API obtido no dashboard em api.redentia.com.br/dashboard.
In:
headerQuery Parameters
limitinteger default: 20Número de ativos.
typestringTipo do ativo.
STOCKREIT
curl -X GET "https://api.redentia.com.br/v1/rankings/top-dividend-yield?limit=20" \
-H "Authorization: Bearer SEU_TOKEN"{
"data": [
{
"ticker": "BBAS3",
"name": "BANCO DO BRASIL ON",
"dividend_yield": 11.21,
"market_price": 29.14,
"sector": "Financial"
},
{
"ticker": "PETR4",
"name": "PETROBRAS PN",
"dividend_yield": 16.33,
"market_price": 49.03,
"sector": "Energy"
}
]
}Query Parameters
limitinteger default: 20Número de ativos.
typestringTipo do ativo.
STOCKREIT
Responses
200Sucesso
400Requisição malformada
401Não autenticado
403Plano insuficiente
404Recurso não encontrado
429Rate limit excedido
500Erro interno