Skip to main content
Schema: movement.price Table: fact_prices_ohlc_hourly Type: View Hourly OHLC (Open, High, Low, Close) pricing data. Contains candlestick price data for assets.

Columns

Column NameData TypeDescription
HOURTIMESTAMP_NTZThe hourly time bucket.
ASSET_IDTEXTUnique asset identifier.
OPENFLOATOpening price for the hour.
HIGHFLOATHighest price during the hour.
LOWFLOATLowest price during the hour.
CLOSEFLOATClosing price for the hour.
FACT_PRICES_OHLC_HOURLY_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.