The polygon.predictions.prices_daily table provides daily price snapshots for all prediction market tokens. Use this table for market outcome price trend analysis, and time-series analysis of market outcomes.

Table Columns

Unique Key: unique_id
Column NameData TypeDescription
projectVARCHARProject name (ex. polymarket).
protocolVARCHARProtocol name (ex. polymarket).
unique_idVARCHARUnique identifier combining day and token_id (format ‘YYYY-MM-DD-token_id’).
dayDATEDate for the price snapshot.
condition_idVARCHARUnique condition identifier for the market.
token_idVARCHARToken ID for the specific outcome token.
priceFLOATToken outcome price.