Skip to main content
Schema: aurora.price Table: fact_prices_ohlc_hourly Type: View 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
ASSET_IDTEXTThe unique identifier representing the asset.
HOURTIMESTAMP_NTZHour that the price was recorded at.
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
PROVIDERTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the record was initially created and inserted into this table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which this record was last modified by an internal process.
FACT_PRICES_OHLC_HOURLY_IDTEXTA uniquely generated identifier assigned by a surrogate key