Overview Fundamentalista
Snapshot completa de indicadores fundamentalistas: P/L, P/VP, ROE, ROA, margem, dívida, FCL e múltiplos.
Retorna todos os key statistics e financial data consolidados em um único objeto. É o endpoint ideal para screens rápidos e dashboards de análise fundamentalista.
Server URL https://api.redentia.com.br
GET
/v1/fundamentals/{ticker}/overview Authorization Required
Authorization Bearer <token>
Token de API obtido no dashboard em api.redentia.com.br/dashboard.
In:
headerPath Parameters
ticker*stringCódigo B3 do ativo.
curl -X GET "https://api.redentia.com.br/v1/fundamentals/PETR4/overview" \
-H "Authorization: Bearer SEU_TOKEN"{
"data": {
"ticker": "PETR4",
"key_statistics": {
"enterprise_value": 409990589127.41,
"enterprise_to_ebitda": 1.97,
"price_to_book": 1.02,
"trailing_eps": 5.14,
"forward_pe": 6.18,
"dividend_yield": 16.33,
"profit_margins": 0.1359,
"shares_outstanding": 12888732761
},
"financial_data": {
"currency": "BRL",
"current_price": 49.03,
"total_revenue": 487699000000,
"gross_profits": 242094000000,
"ebitda": 208078000000,
"gross_margins": 0.4964,
"operating_margins": 0.2750,
"return_on_assets": 0.0564,
"return_on_equity": 0.1650,
"debt_to_equity": 92.44,
"free_cashflow": 131886000000
}
}
}Path Parameters
ticker*stringrequiredCódigo B3 do ativo.
Responses
200Sucesso
400Requisição malformada
401Não autenticado
403Plano insuficiente
404Recurso não encontrado
429Rate limit excedido
500Erro interno