> ## 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 Market Interest Rates

### Table Details

| Property     | Value                                        |
| ------------ | -------------------------------------------- |
| Table Name   | `plasma.yields.pendle_market_interest_rates` |
| Table Status | Production-Ready                             |
| Unique Key   | `unique_id`                                  |

### Table Columns

| Column Name                     | Data Type         | Description                                                           |
| ------------------------------- | ----------------- | --------------------------------------------------------------------- |
| market                          | VARCHAR(16777216) | Contract address of the Pendle market.                                |
| market\_name                    | VARCHAR(16777216) | Human-readable market name.                                           |
| implied\_apy                    | FLOAT             | Implied annualized yield derived from the market's PT/YT pricing.     |
| block\_timestamp                | TIMESTAMP\_NTZ(9) | Timestamp (UTC) of the block that contains this record.               |
| block\_number                   | NUMBER(38,0)      | Number of the block that contains this record.                        |
| block\_hash                     | VARCHAR(16777216) | Hash of the block that contains this record.                          |
| transaction\_hash               | VARCHAR(16777216) | Hash of the transaction that produced this observation.               |
| transaction\_index              | NUMBER(38,0)      | Zero-based position of the transaction within its block.              |
| log\_index                      | NUMBER(38,0)      | Zero-based position of the event log within its transaction.          |
| standardized\_yield\_token      | VARCHAR(16777216) | Address of the Standardized Yield (SY) token.                         |
| sy\_name                        | VARCHAR(16777216) | Name of the standardized yield token.                                 |
| yield\_token                    | VARCHAR(16777216) | Address of the Yield Token (YT).                                      |
| yt\_name                        | VARCHAR(16777216) | Name of the yield token.                                              |
| principal\_token                | VARCHAR(16777216) | Address of the Principal Token (PT).                                  |
| pt\_name                        | VARCHAR(16777216) | Name of the principal token.                                          |
| unique\_id                      | VARCHAR(16777216) | Allium's deterministic unique identifier for this row.                |
| \_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 Market Interest Rates](/historical-data/supported-blockchains/evm/core-schemas/yields/pendle-market-interest-rates)
