Docs /Fundamentais

Fluxo de Caixa (DFC)

Fluxo de caixa operacional, de investimentos e de financiamento — com CAPEX e free cash flow.

Server URL https://api.redentia.com.br
GET/v1/fundamentals/{ticker}/cash-flow
Authorization Required
Authorization Bearer <token>

Token de API obtido no dashboard em api.redentia.com.br/dashboard.

In: header
Path Parameters
ticker*string

Código B3 do ativo.

curl -X GET "https://api.redentia.com.br/v1/fundamentals/PETR4/cash-flow" \
  -H "Authorization: Bearer SEU_TOKEN"
{
  "data": {
    "ticker": "PETR4",
    "annual": [
      {
        "period_end_date": "2024-12-31",
        "operating_cashflow": 202148000000,
        "investing_cashflow": -70262000000,
        "financing_cashflow": -92318000000,
        "capital_expenditure": -70262000000,
        "free_cashflow": 131886000000,
        "dividends_paid": -78000000000
      }
    ]
  }
}

Path Parameters

ticker*stringrequired

Código B3 do ativo.

Responses

200Sucesso
400Requisição malformada
401Não autenticado
403Plano insuficiente
404Recurso não encontrado
429Rate limit excedido
500Erro interno