> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Fungible Balances Daily

### Table Details

| Property     | Value                                      |
| ------------ | ------------------------------------------ |
| Table Name   | `robinhood.assets.fungible_balances_daily` |
| Table Status | Production-Ready                           |
| Unique Key   | `date`, `address`, `token_address`         |

### Table Columns

| Column Name                      | Data Type         | Description                                                          |
| -------------------------------- | ----------------- | -------------------------------------------------------------------- |
| date                             | TIMESTAMP\_NTZ(9) | The UTC date this daily balance snapshot covers                      |
| address                          | VARCHAR(16777216) | The wallet address holding the tokens                                |
| token\_address                   | VARCHAR(16777216) | Contract address of the token (or sentinel address for native token) |
| token\_name                      | VARCHAR(16777216) | Name of the token                                                    |
| token\_symbol                    | VARCHAR(16777216) | Symbol of the token                                                  |
| token\_decimals                  | NUMBER(38,0)      | Decimal precision of the token                                       |
| raw\_balance\_str                | VARCHAR(16777216) | Token balance, unnormalized, as string to retain precision           |
| raw\_balance                     | FLOAT             | Token balance, unnormalized                                          |
| balance\_str                     | VARCHAR(16777216) | Token balance, normalized, as string to retain precision             |
| balance                          | FLOAT             | Token balance, normalized                                            |
| usd\_exchange\_rate              | FLOAT             | Exchange rate used for USD conversion                                |
| usd\_balance                     | FLOAT             | Token balance, normalized, in USD                                    |
| last\_activity\_block\_timestamp | TIMESTAMP\_NTZ(9) | Block timestamp of the most recent balance-changing activity         |
| last\_activity\_block\_number    | NUMBER(38,0)      | Block number of the most recent balance-changing activity            |
| last\_activity\_block\_hash      | VARCHAR(16777216) | Block hash of the most recent balance-changing activity              |
| \_created\_at                    | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.             |
| \_updated\_at                    | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.        |

### Related Docs

* [EVM Assets Fungible Balances Daily](/historical-data/supported-blockchains/evm/core-schemas/assets/balances/fungible-balances-daily)
