v20

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-2176162684.2 KB
Ações

DRE v2

Retorna histórico anual ou trimestral de demonstração de resultado. Use period=quarterly para dados trimestrais; startDate/endDate filtram por endDate.

get/api/v2/stocks/income-statement

Query parameters

symbolsstring required

Tickers separados por vírgula. Ex.: PETR4,VALE3. Tickers antigos são resolvidos para o ticker atual quando houver renome conhecido.

Example:PETR4,VALE3
period'annual' | 'quarterly'

Período dos dados históricos.

Example:annual
startDatestring

Data inicial em YYYY-MM-DD. Filtra linhas por date/endDate.

Example:2024-01-01
endDatestring

Data final em YYYY-MM-DD. Filtra linhas por date/endDate.

Example:2024-12-31

Response

Dados fundamentalistas recuperados com sucesso.

requestedAtstring date-time required

Data e hora da requisição em formato ISO 8601

tookinteger required

Tempo de processamento em milissegundos

Example response

{
  "results": [
    {
      "requestedSymbol": "PETR4",
      "symbol": "PETR4",
      "changed": false,
      "data": [
        {
          "type": "yearly",
          "endDate": "2025-12-31",
          "totalRevenue": 497549000000,
          "costOfRevenue": -260551000000,
          "grossProfit": 236998000000,
          "researchDevelopment": null,
          "sellingGeneralAdministrative": -10802000000,
          "nonRecurring": null,
          "otherOperatingExpenses": -51372000000,
          "totalOperatingExpenses": -91370000000,
          "operatingIncome": -91370000000,
          "totalOtherIncomeExpenseNet": null,
          "ebit": 145628000000,
          "interestExpense": null,
          "incomeBeforeTax": 150599000000,
          "incomeTaxExpense": -39994000000,
          "minorityInterest": 476000000,
          "netIncomeFromContinuingOps": 110605000000,
          "discontinuedOperations": 0,
          "extraordinaryItems": null,
          "effectOfAccountingCharges": null,
          "otherItems": null,
          "netIncome": 110605000000,
          "netIncomeApplicableToCommonShares": 110129000000,
          "salesExpenses": -28954000000,
          "lossesDueToNonRecoverabilityOfAssets": 0,
          "otherOperatingIncome": 0,
          "equityIncomeResult": -242000000,
          "financialResult": 4971000000,
          "financialIncome": 8286000000,
          "financialExpenses": -3315000000,
          "currentTaxes": -35099000000,
          "deferredTaxes": -4895000000,
          "incomeBeforeStatutoryParticipationsAndContributions": null,
          "basicEarningsPerCommonShare": 8540,
          "dilutedEarningsPerCommonShare": 8540,
          "basicEarningsPerPreferredShare": 8540,
          "profitSharingAndStatutoryContributions": null,
          "dilutedEarningsPerPreferredShare": 8540,
          "claimsAndOperationsCosts": null,
          "administrativeCosts": null,
          "otherOperatingIncomeAndExpenses": null,
          "earningsPerShare": null,
          "basicEarningsPerShare": null,
          "dilutedEarningsPerShare": null,
          "insuranceOperations": null,
          "reinsuranceOperations": null,
          "complementaryPensionOperations": null,
          "capitalizationOperations": null,
          "cleanEbit": 145628000000,
          "cleanEbitda": 145628000000,
          "cleanNopat": 96114480000,
          "cleanNetIncome": null
        }
      ]
    }
  ],
  "requestedAt": "2026-06-14T05:03:16.000Z",
  "took": 31
}