# October 20th, 2023

## IBKR Quote Support

In this release we added quote support to the Interactive Brokers integration. We will now make an attempt to fetch a quote from IBKR and if we cannot get a quote from IBKR, we will fallback to the Polygon market data provider. This makes the functionality that depends on quotes functional within the IBKR integration. For example, you can now dynamically calculating quantities in your strategy subscription settings with the IBKR integration. You can read more about how the quotes functionality works for IBKR [here](https://docs.traderspost.io/docs/brokers/interactive-brokers#market-data-quotes).


---

# 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/october-20th-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.
