> For the complete documentation index, see [llms.txt](https://polyhelper.gitbook.io/polyhelper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/price-charts.md).

# Charts

**Charts** adds a real-time asset price chart directly into the market page, so you can track the actual price without leaving Polymarket.

![Charts Panel](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/charts.png)

***

## What It Shows

* Polymarket odds history chart for the current market
* Real-time updates as new trades occur
* Multiple timeframe options

### Chart Sources

Switch between data sources depending on the market:

| Source              | Timeframes                  |
| ------------------- | --------------------------- |
| **Binance** (spot)  | 1s, 1m, 5m, 15m, 1h, 4h, 1d |
| **Binance Futures** | 1m, 5m, 15m, 1h, 4h, 1d     |
| **Yahoo Finance**   | 1m, 5m, 15m, 1h, 4h, 1d     |

***

## Markets Where This Panel Activates

Charts activates automatically on markets where the resolution source is Binance or Yahoo Finance. It does not appear on politics, sports, or other event-based markets.

**Crypto** (Binance): BTC, ETH, SOL, XRP, BNB, DOGE, ADA, AVAX, LINK, LTC, BCH, DOT, ATOM, UNI, NEAR, APT, SUI, OP, ARB, PEPE, WIF and other altcoins

**Stocks & Indices** (Yahoo Finance): NVDA, META, AAPL, MSFT, TSLA, GOOGL, AMZN, SPY (S\&P 500), QQQ (NASDAQ), MSTR, GME, PLTR, COIN, AMD, INTC, JPM, GS, V, WMT, DIS, PFE, MRNA, BA and others


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/price-charts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
