Skip to main content
Schema: stellar.price Table: fact_prices_ohlc_hourly Type: Base Table A comprehensive fact table holding id and provider specific open, high, low, close hourly prices, from multiple providers. This data set includes raw, non-transformed data coming directly from the provider APIs and rows are not intended to be unique. As a result, there may be data quality issues persisting in the APIs that flow through to this fact-based model. If you are interested in using a curated data set instead, please utilize ez_prices_hourly.

Columns

Column NameData TypeDescription
PROVIDER_ASSET_IDTEXTThe unique identifier representing the asset.
HOURTIMESTAMP_NTZThe hour at which the token price was recorded on this EVM blockchain.
OPENFLOATOpening price of the recorded hour in USD.
HIGHFLOATHighest price of the recorded hour in USD.
LOWFLOATLowest price of the recorded hour in USD.
CLOSEFLOATClosing price of the recorded hour in USD.
PROVIDERTEXTThe provider or source of the data.
FACT_PRICES_OHLC_HOURLY_IDTEXTUnique primary key for the dimension table, used as the main identifier for each record.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when this record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when this record was last modified.