# Fractional Shares

## Support Brokers

* **Alpaca** - supports 6 decimal places. You can read more about Alpaca fractional trading [here](https://alpaca.markets/docs/trading-on-alpaca/fractional-trading/).
* **Robinhood** - supports 9 decimal places. You can read more about Robinhood fractional trading [here](https://robinhood.com/us/en/support/articles/fractional-shares/).
* **TradersPost Paper** - supports 9 decimal places

You can trade fractional shares by entering a fractional quantity with a decimal or by entering a dollar amount to buy and the fractional quantity will be calculated for you.

## Behavior

Here are some notes on fractional trading behavior to consider when trading fractional shares:

* Fractional buy and sell orders must be simple good for day market orders
* Fractional orders cannot have stop loss or take profits.
* Fractional orders cannot be short.
* Fractional quantities will be rounded down to the number of decimal places the broker supports.

## Strategy Subscriptions

If you want to use fractional shares in your automated strategy subscriptions, you just need to check the `Use fractional quantity` checkbox in your strategy subscription.

Now when order quantities are calculated, we will not round them to whole numbers and will instead round the quantity to the number of decimal places supported by the broker.


---

# Agent Instructions: 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:

```
GET https://docs.traderspost.io/docs/learn/platform-concepts/fractional-shares.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
