Datasets
Tastytrade
Introduction
The Tastytrade Inc., originally known as tastyworks, was founded by Scott Sheridan and Tom Sosnoff in 2017. Tastytrade provides access to trading Equities, Options, Index Options, Futures, Future Options and other assets for clients with no account or trade minimums, or hidden fees.
The Tastytrade data provider serves Equity, Equity Option, Index, Index Option, Future and Future Option prices directly from Tastytrade's Market Data API. This page explains our integration with their API and its functionality.
Sourcing
The Tastytrade data provider sources data directly from Tastytrade's Market Data API. If you use this data provider, Tastytrade only provides the security price data. QuantConnect Cloud provides the following auxiliary datasets:
Universe Selection
Universe selection is available with the Tastytrade data provider.
UniverseSettings.Asynchronous = true; AddUniverse(FundamentalUniverseSelection);
self.universe_settings.asynchronous = True self.add_universe(self.fundamental_universe_selection)
Alternative Data
Third-party data providers support most alternative datasets, except data that streams real-time intraday data. Streaming datasets, like the Tiingo News Feed and Benzinga News Feed, require the QuantConnect data provider.
Hybrid Data Provider
When you deploy a live algorithm with the Tastytrade brokerage, you can use a third-party data provider, the Tastytrade data provider, or both. If you use multiple data providers, the order you select them in defines their order of precedence in Lean. For example, if you set QC as the first provider and Tastytrade as the second provider, Lean only uses the Tastytrade data provider for securities that aren't available from the QC data provider. This configuration makes it possible to use our data provider for Equity universe selection and then place Options trades on the securities in the universe.
Historical Data
The historical data that's available from the Tastytrade data provider for history requests and warm-up periods depends on your Tastytrade data plan.
Pricing
~ The Tastytrade data feed is free for Tastytrade funded accounts.