> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/backpack-securities/weekend-stock-trading.md).

# Weekend Stock Trading

#### Overview

Backpack offers weekend trading for select US equities through native spot orderbooks while traditional US exchanges are closed.

During regular US trading sessions, Backpack routes spot equities orders to traditional US exchanges. This includes the supported weekday sessions: pre-market, regular market, after-hours, and overnight trading.

Weekend trading uses a different liquidity model. When the weekend session is active, orders for supported stocks are routed to Backpack’s native weekend orderbooks, where liquidity is provided by market makers.

The security being traded does not change. It is not a futures contract, nor a synthetic instrument. A share bought or sold during the weekend session is the same real US security that users trade during the week. The difference is the source of liquidity. A user can buy a stock over the weekend, and sell it on Monday through the traditional brokerage flow once US markets open.

#### How weekend trading works

The weekend session normally runs from Friday 8:00 PM ET to Sunday 8:00 PM ET.

This starts after the Friday after-hours session ends and continues until the Sunday overnight session begins.

During this window:

* Supported spot equities are traded on Backpack-native orderbooks.
* Orders are matched against liquidity available on those orderbooks.
* Orders are not routed to traditional US exchanges while those exchanges are closed.
* Shares bought or sold are the same US securities traded during weekday sessions.
* Fractional share trading is available.

When the Sunday overnight session begins, routing transitions back to Backpack’s standard US equities flow.

#### Holidays

Weekend trading may also apply when traditional US exchanges are closed for a market holiday.

For example, if US exchanges are closed on a Friday or Monday, supported equities may continue trading through Backpack’s native orderbook model while traditional exchange routing is unavailable.

{% hint style="info" %}
Note: Liquidity during weekend and holiday sessions may be thinner than during regular US market hours. Spreads may be wider, and prices may move differently while traditional US exchanges are closed.
{% endhint %}


---

# 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://support.backpack.exchange/backpack-securities/weekend-stock-trading.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.
