# chargesDateRangeKPI

`interval: minute` differs from the wider intervals: the range is limited to 24 hours, buckets follow each charge's last status change rather than its creation time (so a bucket means "payments that reached this state during this minute"), and `capturedAmount`, `capturedCount`, `directAmount` and `directCount` are always 0 because that breakdown is not available at this granularity.

```
chargesDateRangeKPI(

  start: Int

  end: Int

  interval: Interval

  timezone: String

  storeId: ID

  pointOfSaleId: ID

  currency: Currencies

): ChargesDateRangeKPI!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`chargesDateRangeKPI.start`](#start) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#start "Direct link to start")

#### [`chargesDateRangeKPI.end`](#end) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#end "Direct link to end")

#### [`chargesDateRangeKPI.interval`](#interval) ● [`Interval`](https://docs.monei.com/apis/graphql/types/enums/interval/.md) enum[​](#interval "Direct link to interval")

#### [`chargesDateRangeKPI.timezone`](#timezone) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#timezone "Direct link to timezone")

#### [`chargesDateRangeKPI.storeId`](#store-id) ● [`ID`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) scalar[​](#store-id "Direct link to store-id")

#### [`chargesDateRangeKPI.pointOfSaleId`](#point-of-sale-id) ● [`ID`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) scalar[​](#point-of-sale-id "Direct link to point-of-sale-id")

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

### Type[​](#type "Direct link to Type")

#### [`ChargesDateRangeKPI`](https://docs.monei.com/apis/graphql/types/objects/charges-date-range-kpi/.md) object[​](#chargesdaterangekpi- "Direct link to chargesdaterangekpi-")

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