Statistics and Summaries (KPIs)
This group of routes provides aggregated data, key performance indicators (KPIs), and financial summaries to feed the analytical dashboards of Charge Point Operators (CPOs) and Fleet Managers. Calculations are generated in real-time based on the consolidated charging history from the Core System.
Global Financial Summary
Calculates and returns a complete financial summary of transactions and settlements for the current month or selected period.
Method: GET
Route: /finnancial-summary
Authentication: Required (Bearer JWT)
Success Response (200 OK)
Returns consolidated values formatted in currency and aggregated platform fees.
{
"data": {
"totalIn": "R$ 45.950,00",
"creditPurchases": "R$ 41.355,00",
"cardRecharges": "R$ 4.595,00",
"totalOut": "R$ 12.000,00",
"althergoTaxes": "R$ 1.150,00",
"refunds": "R$ 350,00"
}
}