book
Checkout our new book! Hands on AI Trading with Python, QuantConnect, and AWS Learn More arrow

Datasets

SSC Eze

Introduction

SS&C Eze, former Eze Software, was founded by Sean McLaughlin in 1995. SS&C Eze provides a multi-asset and multi-broker execution management system (EMS) that provides fast, seamless, and centralized access to extensive liquidity across global equities, bonds, futures, options, and digital assets.

The SS&C Eze data provider serves Equity, Equity Option, Index, Index Option, Future and Future Option prices directly from SS&C Eze's Market Data API. This page explains our integration with their API and its functionality.

Sourcing

The SS&C Eze data provider sources data directly from SS&C Eze's Market Data API. If you use this data provider, SS&C Eze only provides the security price data. QuantConnect Cloud provides the following auxiliary datasets:

Universe Selection

Universe selection is available with the SS&C Eze data provider.

UniverseSettings.Asynchronous = true;
AddUniverse(FundamentalUniverseSelection);
self.universe_settings.asynchronous = True
self.add_universe(self.fundamental_universe_selection)

Bar Building

The data feed is a stream of asset prices collected by Protocol Buffers and distributed to algorithms on the platform.

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 SS&C Eze brokerage, you can use a third-party data provider, the SS&C Eze 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 SS&C Eze as the second provider, Lean only uses the SS&C Eze 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 SS&C Eze data provider for history requests and warm-up periods depends on your SS&C Eze data plan.

Pricing

To view the latest prices, see the SS&C Eze Market Data page on the SS&C Eze EMS Portal.

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: