> ## 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.

# Pendle Balances Eod

### Table Details

| Property          | Value                                    |
| ----------------- | ---------------------------------------- |
| Table Name        | `plasma.yields.pendle_balances_eod`      |
| Table Status      | Production-Ready                         |
| Unique Key        | `block_date`, `address`, `token_address` |
| Clustering Key(s) | `block_date`                             |

### Table Columns

| Column Name                     | Data Type         | Description                                                                                        |
| ------------------------------- | ----------------- | -------------------------------------------------------------------------------------------------- |
| block\_date                     | TIMESTAMP\_NTZ(9) | The calendar date (UTC) of this end-of-day balance snapshot.                                       |
| protocol                        | VARCHAR(16777216) | Protocol associated with this record.                                                              |
| address                         | VARCHAR(16777216) | The wallet or contract address holding the balance.                                                |
| token\_address                  | VARCHAR(16777216) | Contract address of the Pendle market token (LP, PT, YT, or SY).                                   |
| raw\_balance\_str               | VARCHAR(16777216) | End-of-day balance in the token's smallest indivisible unit, as a string to retain full precision. |
| raw\_balance                    | FLOAT             | End-of-day balance in the token's smallest indivisible unit (not decimal-adjusted).                |
| block\_timestamp                | TIMESTAMP\_NTZ(9) | Timestamp (UTC) of the last block of the day that produced this balance.                           |
| block\_number                   | NUMBER(38,0)      | Number of the last block of the day that produced this balance.                                    |
| block\_hash                     | VARCHAR(16777216) | Hash of the last block of the day that produced this balance.                                      |
| \_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.                                      |
| \_changed\_since\_full\_refresh | BOOLEAN           | Indicates if the record has changed since the last full data refresh.                              |

### Related Docs

* [EVM Yields Pendle Balances Eod](/historical-data/supported-blockchains/evm/core-schemas/yields/pendle-balances-eod)
