ethereum.price Table: fact_prices_ohlc_hourly Type: Base Table
What
This table provides hourly OHLC (Open, High, Low, Close) price data for all assets tracked in the price schema. It is designed for time series analysis, volatility studies, and historical price lookups.Key Use Cases
- Technical analysis and candlestick chart creation
- Volatility studies and risk assessment
- Historical price lookups and trend analysis
- Market timing and trading analysis
Important Relationships
- Join with dim_asset_metadata: For asset metadata
- Join with ez_token_transfers: For USD value calculations
Commonly-used Fields
hour: UTC timestamp for the price periodasset_id: Unique identifier for the assetopen: Opening price at start of hourhigh: Highest price during hourlow: Lowest price during hourclose: Closing price at end of hour
Sample Queries
OHLC Data RetrievalColumns
| Column Name | Data Type | Description |
|---|---|---|
| ASSET_ID | TEXT | Unique identifier for the asset from the price provider. Provider-specific ID format. |
- Deduplication in incremental loads
- Join operations for data quality checks
- Troubleshooting specific records
- Data freshness monitoring
- Incremental processing markers
- Debugging data pipeline issues
- SLA tracking