> ## 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   | `tempo.assets.fungible_balances_daily` |
| Table Status | Production-Ready                       |

### Table Columns

| Column Name                      | Data Type         | Description                                                   |
| -------------------------------- | ----------------- | ------------------------------------------------------------- |
| date                             | TIMESTAMP\_NTZ(9) |                                                               |
| address                          | VARCHAR(16777216) |                                                               |
| token\_address                   | VARCHAR(16777216) |                                                               |
| token\_name                      | VARCHAR(16777216) |                                                               |
| token\_symbol                    | VARCHAR(16777216) |                                                               |
| token\_decimals                  | NUMBER(38,0)      |                                                               |
| raw\_balance\_str                | VARCHAR(16777216) |                                                               |
| raw\_balance                     | FLOAT             |                                                               |
| balance\_str                     | VARCHAR(16777216) |                                                               |
| balance                          | FLOAT             |                                                               |
| usd\_exchange\_rate              | FLOAT             |                                                               |
| usd\_balance                     | FLOAT             |                                                               |
| last\_activity\_block\_timestamp | TIMESTAMP\_NTZ(9) |                                                               |
| last\_activity\_block\_number    | NUMBER(38,0)      |                                                               |
| last\_activity\_block\_hash      | VARCHAR(16777216) |                                                               |
| \_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. |
