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

# Token Prices Daily 🌱

> Daily price tracking view for Polymarket prediction market tokens.

The `polygon.predictions.token_prices_daily` view provides daily price snapshots for all prediction market tokens.

Use this view for market outcome price trend analysis, and time-series analysis of market outcomes.

### Table Details

| Property     | Value                                    |
| ------------ | ---------------------------------------- |
| Table Name   | `polygon.predictions.token_prices_daily` |
| Table Status | Beta 🌱                                  |

### Table Columns

| Column Name   | Data Type         | Description                                                                                    |
| ------------- | ----------------- | ---------------------------------------------------------------------------------------------- |
| project       | VARCHAR(16777216) | Project name (ex. polymarket).                                                                 |
| protocol      | VARCHAR(16777216) | Protocol name (ex. polymarket).                                                                |
| day           | DATE              | Date for the price snapshot.                                                                   |
| condition\_id | VARCHAR(16777216) | Unique condition identifier for the market.                                                    |
| token\_id     | VARCHAR(16777216) | Token ID for the specific outcome token.                                                       |
| price         | FLOAT             | Token price in USDC.e terms. After market resolution, prices reflect the final outcome.        |
| unique\_id    | VARCHAR(16777216) | Unique identifier combining day and token\_id (format 'day-YYYY-MM-DD\_token\_id-{token_id}'). |

***

### Understanding Price Data

* If no trade occurred on a given day, the price carries forward from the last known trade.
* After market resolution, prices are set to 0 for losing outcomes and 1 for winning outcomes.
