Datasets

IEX Cloud

Introduction

Instead of using the live data from your brokerage, you can use data from IEX Cloud. To use IEX Cloud, you need an account subscribed to one or more data bundles. You also must select either the Launch, Grow, or Enterprise subscription tier; this dictates your maximum requests per second. If you don't have an account, register today and get your API key. Pricing information can be found here.

Upon registration, your account will automatically start a 7-day free trial. This trial has access to all API endpoints and a rate limit of 5 requests per second. If you have any questions regarding IEX Cloud's API service, please contact them here: support@iexcloud.io.

To view the implementation of the IEX Cloud integration, see the Lean.DataSource.IEX repository.

QuantConnect Cloud currently only supported streaming IEX Cloud data during live trading. To download IEX Cloud for backtesting, research, and optimizations, use the CLI.

Supported Datasets

The IEX Cloud data provider serves asset price data directly from IEX Cloud. Our integration supports US Equity securities.

To supplement the asset price data from IEX Cloud, we provide the following auxiliary datasets from the Dataset Market:

For more information about the IEX Cloud data source, see the IEX Cloud documentation.

Universe Selection

When you trade live on QuantConnect Cloud with the IEX Cloud data provider, QuantConnect provides the universe selection data.

Alternative Data

The alternative datasets in QuantConnect Cloud works seamlessly with the data from IEX Cloud.

Research

The IEX Cloud data provider is not currently supported for research in QuantConnect Cloud.

Backtesting

The IEX Cloud data provider is not currently supported for backtesting in QuantConnect Cloud.

Optimization

The IEX Cloud data provider is not currently supported for optimizations in QuantConnect Cloud.

Live Trading

You must have an available live trading node for each live trading algorithm you deploy.

Follow these steps to deploy a live trading algorithm that uses the IEX Cloud data provider:

  1. Open the project that you want to deploy.
  2. Click the Deploy live icon Deploy Live icon.
  3. On the Deploy Live page, click the Brokerage field and then click your brokerage from the drop-down menu.
  4. Enter the required brokerage authentication information.
  5. For more information about the required information for each brokerage, see the Deploy Live Algorithms section of your brokerage documentation.

  6. In the Data Provider section of the deployment wizard, click Show.
  7. Click the Data Provider 1 field and then click IEXCloud from the drop-down menu.
  8. IEXCloud selected as the data provider in the deployment wizard
  9. Enter your IEX Cloud API Key.
  10. Click the Select Price Plan... field and then click your price plan from the drop-down menu.
  11. Click Save.
  12. (Optional) If your brokerage supports exisiting cash and position holdings, add them.
  13. (Optional) Set up notifications.
  14. Configure the Automatically restart algorithm setting.
  15. By enabling automatic restarts, the algorithm will use best efforts to restart the algorithm if it fails due to a runtime error. This can help improve the algorithm's resilience to temporary outages such as a brokerage API disconnection.

  16. Click Deploy.

Pricing

To view the prices of the IEX Cloud API packages, contact their support team.

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: