Ações
Valor Adicionado
Use period=annual para dados anuais ou period=quarterly para dados
trimestrais.
Authorization
Bearer AuthorizationBearer <token>
Token de API obtido no dashboard em brapi.dev/dashboard
In: header
Query Parameters
symbols*string
Tickers separados por vírgula. Ex.: PETR4,VALE3. Tickers antigos são resolvidos para o ticker atual quando houver renome conhecido.
period?string
Período dos dados históricos.
Default
"annual"Value in
"annual" | "quarterly"startDate?string
Data inicial em YYYY-MM-DD. Filtra linhas por date/endDate.
endDate?string
Data final em YYYY-MM-DD. Filtra linhas por date/endDate.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://brapi.dev/api/v2/stocks/value-added?symbols=PETR4%2CVALE3"{
"results": [
{
"requestedSymbol": "PETR4",
"symbol": "PETR4",
"changed": false,
"data": [
{
"type": "yearly",
"endDate": "2025-12-31",
"revenue": 749557000000,
"productSales": 641818000000,
"otherRevenues": 14692000000,
"constructionOfOwnAssets": 93487000000,
"provisionOrReversalOfDoubtfulAccounts": -440000000,
"suppliesPurchasedFromThirdParties": -292210000000,
"costsWithProductsSold": -97253000000,
"thirdPartyMaterialsAndServices": -140304000000,
"lossOrRecoveryOfAssets": -8347000000,
"otherSupplies": -46306000000,
"grossAddedValue": 457347000000,
"retentions": -84388000000,
"depreciationAndAmortization": -84388000000,
"otherRetentions": 0,
"netAddedValue": 372959000000,
"netAddedValueProduced": null,
"addedValueReceivedOnTransfer": 12695000000,
"addedValueReceivedByTransfer": null,
"equityIncomeResult": -242000000,
"financialIncome": 8286000000,
"otherValuesReceivedOnTransfer": 4651000000,
"otherValuesReceivedByTransfer": null,
"addedValueToDistribute": 385654000000,
"totalAddedValueToDistribute": null,
"distributionOfAddedValue": 385654000000,
"teamRemuneration": 46406000000,
"taxes": 207791000000,
"federalTaxes": 142628000000,
"stateTaxes": 64329000000,
"municipalTaxes": 834000000,
"remunerationOfThirdPartyCapitals": 20852000000,
"equityRemuneration": null,
"ownEquityRemuneration": 110605000000,
"interestOnOwnEquity": 30682000000,
"dividends": 10554000000,
"retainedEarningsOrLoss": 68893000000,
"nonControllingShareOfRetainedEarnings": 476000000,
"otherDistributions": 0,
"financialIntermediationRevenue": null,
"revenueFromTheProvisionOfServices": null,
"provisionOrReversalOfExpectedCreditRiskLosses": null,
"financialIntermediationExpenses": null,
"materialsEnergyAndOthers": null,
"services": null,
"lossOrRecoveryOfAssetValues": null,
"thirdPartyEquityRemuneration": null,
"insuranceOperationsRevenue": null,
"complementaryPensionOperationsRevenue": null,
"feesRevenue": null,
"variationsOfTechnicalProvisions": null,
"insuranceOperationsVariations": null,
"pensionOperationsVariations": null,
"otherVariations": null,
"netOperatingRevenue": null,
"claimsAndBenefits": null,
"variationInDeferredSellingExpenses": null,
"resultsOfCededReinsuranceOperations": null,
"resultOfCoinsuranceOperationsAssigned": null
}
]
}
],
"requestedAt": "2026-06-14T05:03:16.000Z",
"took": 30
}{
"error": true,
"message": "Parâmetros inválidos",
"code": "BAD_REQUEST"
}{
"error": true,
"message": "Token de autenticação inválido ou ausente",
"code": "UNAUTHORIZED"
}{
"error": true,
"message": "Você não tem permissão para acessar este recurso",
"code": "FORBIDDEN"
}{
"error": true,
"message": "Recurso não encontrado",
"code": "NOT_FOUND"
}{
"error": true,
"message": "Limite de requisições excedido. Tente novamente mais tarde.",
"code": "RATE_LIMIT_EXCEEDED"
}{
"error": true,
"message": "Erro interno do servidor",
"code": "INTERNAL_SERVER_ERROR"
}