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

# Dataset Completeness (Earliest data available)

> How far back each dataset goes, and any caveats to be aware of.

Use this page to check how far back each Hyperliquid raw table goes before you scope a
historical query. Each entry is the earliest record in the table, and the column that
timestamp is measured on.

## Raw tables

| Table                                 | Earliest record         | Timestamp column  |
| ------------------------------------- | ----------------------- | ----------------- |
| `hyperliquid.raw.blocks`              | 2023-02-26 16:10:30.489 | `timestamp`       |
| `hyperliquid.raw.transactions`        | 2023-02-26 17:48:55.179 | `block_timestamp` |
| `hyperliquid.raw.trades`              | 2023-02-27 15:02:26.481 | `timestamp`       |
| `hyperliquid.raw.orders`              | 2023-04-13 14:49:43.740 | `order_timestamp` |
| `hyperliquid.raw.fills`               | 2023-11-24 22:30:41.659 | `timestamp`       |
| `hyperliquid.raw.builder_fills`       | 2024-10-27 12:33:44.000 | `timestamp`       |
| `hyperliquid.raw.misc_events`         | 2025-05-25 21:00:00.009 | `time`            |
| `hyperliquid.raw.summaries`           | 2025-07-10 18:03:11.489 | `timestamp`       |
| `hyperliquid.raw.perpetual_positions` | 2025-09-22 10:01:18.489 | `timestamp`       |

<Info>
  `hyperliquid.raw.fills` is fully backfilled except for about 4,000 high-volume traders,
  whose history before March 2025 is capped at their last 10k trades by Hyperliquid API
  limits. See the [Data FAQ](/historical-data/supported-blockchains/hyperliquid/data-faq)
  for details.
</Info>

<Note>
  `hyperliquid.raw.summaries` and `hyperliquid.raw.perpetual_positions` are account and
  position snapshots rather than event streams, so they start when snapshotting began, not
  at chain launch.
</Note>
