# May 29th, 2023

We patched a bug with the Robinhood integration today that was caused by a change they made in their API that broke our integration for market buy orders only. The changes they are making seem related to preparing for 24/7 trading on some tickers.

Under the hood in Robinhood, market buy orders are technically executed as limit orders with a 5% collar on the price. So if you submit a market order when last price is $10, then technically it gets submitted and executed as a limit order with limit price of $10.50. They changed the way this functionality works so we had to upgrade our API integration to be compatible with the changes.

Buy shares market orders were failing with this error message: "Your app version is missing important stock trading updates. You can still place orders on the web."

This issue is resolved now and we will continue to monitor for any other non-backwards compatible changes they make to the API.


---

# 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/releases/old-releases/may-29th-2023.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.
