Skip to main content
Schema: stellar.core Table: fact_daily_balances Type: Base Table Daily snapshot of token balances for each account/asset combination on the Stellar network. This model creates a complete daily time series by forward-filling the most recent balance when there’s no activity on a given day. If multiple balance updates occur within a day, only the last balance of that day is retained. Note: Currently filtered to verified tokens only. No automatic data retention policy applied - all historical data is preserved.

Columns

Column NameData TypeDescription
BALANCE_DATEDATE
ACCOUNT_IDTEXT
ASSET_ISSUERTEXT
ASSET_CODETEXT
BALANCEFLOAT
IS_DELETEDBOOLEAN
BALANCE_CHANGED_ON_DATEBOOLEAN
DAILY_BALANCE_CHANGEFLOAT
DAILY_BALANCE_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ
_INVOCATION_IDTEXT