> For the complete documentation index, see [llms.txt](https://docs.paragon.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragon.trade/markets/equities/external-pricing.md).

# External Pricing

Price data for the underlying assets is sourced from institutional data providers. While external markets are open, an externally derived fair price is published as the oracle price through periodic updates.

External prices for US equities are derived across four sessions, up to **24/5** from Sunday 8:00 PM ET to Friday 8:00 PM ET. Coverage varies by market (all times ET):

| Session     | Hours (ET)    |
| ----------- | ------------- |
| Pre-Market  | 04:00 – 09:30 |
| Regular     | 09:30 – 16:00 |
| Post-Market | 16:00 – 20:00 |
| Overnight   | 20:00 – 04:00 |

Equities listed outside the US follow their primary exchange's covered session. For example, UNITREE follows the Shanghai Stock Exchange's regular session, 09:30–11:30 and 13:00–14:57 China Standard Time, Monday through Friday. The applicable feed and session for each market are listed in the [market specifications](/resources/specifications.md#market-specifications).

UNITREE's underlying share price is quoted in CNY. Its USD oracle price is calculated by dividing the CNY share price by the USD/CNH rate (CNH per USD).

Equity perpetuals trade 24/7 on Hyperliquid. Outside a market's covered sessions — including weekends and [market holidays](/resources/holiday-closures.md) — the external feed is closed and the mark is bounded internally. Per-market feeds, sessions, and parameters are listed in the [market specifications](/resources/specifications.md#market-specifications).


---

# 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://docs.paragon.trade/markets/equities/external-pricing.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.
