Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Third Party

Roboquant has out of the box support for several third party data provides and brokers:

  1. Interactive Brokers

  2. Alpaca

  3. Crypto (via CCTX)

All the required dependencies can be added to your project in the following way:

pip install roboquant[extra]

You have to import the feeds and brokers explicitely from their module.

from roboquant.feeds.alpaca import AlpacaHistoricStockFeed
from roboquant.brokers.ibkr import IBKRBroker