> ## Documentation Index
> Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# History

> Read-only property for historical data.

## Import

```ts theme={null}
import { Orderbook } from '@krono/core'
```

## Usage

Access the array of snapshots stored in the buffer.

```ts theme={null}
const snapshots = orderbook.history;
```

## Type

```ts theme={null}
OrderbookData[]
```
