---
title: aggregate package
description: The aggregate package provides functions to simplify common aggregate operations.
url: https://docs.influxdata.com/flux/v0/stdlib/experimental/aggregate/
estimated_tokens: 115
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/experimental/aggregate/
date: '2023-09-12T23:33:31-06:00'
lastmod: '2023-09-12T23:33:31-06:00'
---

* Flux 0.61.0+

InfluxDB support

> [!Important]
> The `aggregate` package is experimental and [subject to change at any time](/flux/v0/stdlib/experimental/#experimental-packages-are-subject-to-change).

The `aggregate` package provides functions to simplify common aggregate operations.
Import the `experimental/aggregate` package:

```js
import "experimental/aggregate"
```

## Functions

* [aggregate.rate()](/flux/v0/stdlib/experimental/aggregate/rate/)
