# ChargesDateRangeKPI

Time-bucketed KPI series for charges over a date range.

```
type ChargesDateRangeKPI {

  currency: Currencies!

  total: ChargesDateRangeKPITotal!

  data: [ChargesDateRangeKPIRow!]!

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`ChargesDateRangeKPI.currency`](#currency) ● [`Currencies!`](https://docs.monei.com/apis/graphql/types/enums/currencies/.md) non-null enum[​](#currency "Direct link to currency")

ISO 4217 currency the KPI series is reported in. Echoes the `currency` argument passed to `chargesDateRangeKPI` (default `EUR`).

#### [`ChargesDateRangeKPI.total`](#total) ● [`ChargesDateRangeKPITotal!`](https://docs.monei.com/apis/graphql/types/objects/charges-date-range-kpitotal/.md) non-null object[​](#total "Direct link to total")

Aggregated totals across the date range.

#### [`ChargesDateRangeKPI.data`](#data) ● [`[ChargesDateRangeKPIRow!]!`](https://docs.monei.com/apis/graphql/types/objects/charges-date-range-kpirow/.md) non-null object[​](#data "Direct link to data")

One row per bucket as defined by `interval`.

### Returned By[​](#returned-by "Direct link to Returned By")

[`chargesDateRangeKPI`](https://docs.monei.com/apis/graphql/operations/queries/charges-date-range-kpi/.md) query
