Third Party
Roboquant has out of the box support for several third party data provides and brokers:
Interactive Brokers
Alpaca
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