hypercore.core Table: ez_perp_funding_rates Type: View
What
Historical hourly funding rates for perpetual markets, enriched with market metadata. Positive funding rate means longs pay shorts; negative means shorts pay longs. This table has the longest historical data, reaching back to Hyperliquid’s launch in 2023.Key Use Cases
- Analyzing funding rate trends and mean-reversion patterns
- Calculating annualized funding rate APR
- Comparing funding rates across exchanges
- Understanding market sentiment via funding bias
- Identifying funding rate arbitrage opportunities
Important Relationships
- Derived from
silver__funding_ratesvia Streamline API - Enriched with
core__dim_perp_marketsviacoin - Related to
core__ez_perp_funding_paymentsfor per-user impact
Commonly-used Fields
coin: Perp asset identifierfunding_time: When the funding rate was appliedfunding_rate: Hourly funding rate (positive = longs pay shorts)premium: Premium component of the funding rate
Sample queries
Columns
| Column Name | Data Type | Description |
|---|---|---|
| COIN | TEXT | Raw asset identifier. Perps use plain ticker (e.g. BTC), spot uses @token_index format (e.g. @2), prelaunch uses xyz:name prefix. |
| ASSET_INDEX | NUMBER | Numeric index for the asset on the Hyperliquid exchange. |
| SIZE_DECIMALS | NUMBER | Decimal precision for order sizes on this market. |
| MAX_LEVERAGE | NUMBER | Maximum allowed leverage for this perpetual market. |
| FUNDING_TIME | TIMESTAMP_NTZ | Timestamp when the funding rate was applied. |
| FUNDING_RATE | FLOAT | Hourly funding rate. Positive means longs pay shorts; negative means shorts pay longs. |
| PREMIUM | FLOAT | Premium component of the funding rate, reflecting the price difference between the perp and oracle. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted into this table (Snowflake SYSDATE). |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified in this table (Snowflake SYSDATE). |
| EZ_PERP_FUNDING_RATES_ID | TEXT | Surrogate key for funding rate records |
| _INVOCATION_ID | TEXT | dbt invocation identifier for tracking which run produced this record. |