From 8c22c218c1f33e368bba1b5f168467add0b12443 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 8 Feb 2024 17:40:30 -0500 Subject: [PATCH] Create iqfeed.json --- iqfeed.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 iqfeed.json diff --git a/iqfeed.json b/iqfeed.json new file mode 100644 index 0000000..d0ac06a --- /dev/null +++ b/iqfeed.json @@ -0,0 +1,15 @@ +{ + "description": "IQFeed provides a high-performance desktop interface to dozens of market data feeds. The QuantConnect integration enables research, backtesting, optimization, and live trading across multiple asset classes. IQFeed only supports Windows desktop installations.", + "platforms-features": [ + { + "Platform Support": ["Cloud Platform", "Local Platform", "LEAN CLI"], + "Download Data": [0, 1, 1], + "Backtesting": [0, 1, 1], + "Optimization": [0, 1, 1], + "Live Trading": [0, 1, 1] + } + ], + "data-supported": [ "Equity", "Equity Options", "Futures" ], + "documentation": "/docs/v2/lean-cli/datasets/iqfeed", + "more-information": "https://www.iqfeed.net/index.cfm?displayaction=data§ion=main" +}