← Data catalog

Funding rates (hourly)

Pro
gold_funding_1h

hourly, partitioned per (coin, month)

gold_funding_1h is hourly Hyperliquid funding-rate data for every perpetual market — the current rate, an annualized view, and a month-continuous cumulative funding total. Download the full funding-rate history as Parquet or query it through the Tessera API. Funding is the carry longs and shorts pay to keep the perp tethered to spot.

Per-coin hourly Hyperliquid funding-rate time series with a month-continuous cumulative funding total and an annualized view. Funding is the carry of a perpetual: the recurring payment between longs and shorts that keeps the perp tethered to spot.

What you'd use it for: Funding-carry and basis strategies, measuring the cost of holding a perp, or reading crowded positioning from persistent funding.

Annualized funding · BTC · sample

Cumulative funding · BTC · sample

Data dictionary

Column Type What it means
time timestamp[us] The hour this funding observation applies to (UTC).
coin string Which market this row is for.
funding_rate float64 The hourly funding rate. When it's positive, longs pay shorts (the crowd is long and pays for it); when negative, shorts pay longs.
annualized float64 The same rate scaled to a yearly figure (× 24 × 365) so you can compare carry against other yields at a glance. How it's computed: funding_rate * 24 * 365.
cum_funding float64 Running total of funding since the series began, stitched across month boundaries — the cumulative carry a held position would have paid or earned. How it's computed: Cumulative funding_rate, spliced across month boundaries.
bootstrap_source string Housekeeping flag for how the cumulative total was seeded at the month boundary. Ignore unless auditing continuity.