Analysis updated 2026-07-25 · repo last pushed 2026-06-19
Convert a custom weather dataset into QuantConnect-compatible format for algorithmic traders.
Package satellite imagery signals of retail parking lots as a tradable dataset for the QuantConnect marketplace.
Build a downloader script that pulls shipping records and formats them with proper ticker mapping.
| quantconnect/lean.datasource.nasdaqdatalink | d2phap/happlabox | drwuu/playsmart-unity-uitoolkit-extensions | |
|---|---|---|---|
| Stars | 7 | 7 | 7 |
| Language | C# | C# | C# |
| Last pushed | 2026-06-19 | 2023-03-14 | — |
| Maintenance | Maintained | Dormant | — |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires .NET 5 and familiarity with QuantConnect's research environment to build and test the customized data integration locally.
The Lean Data Source SDK is a template that helps data vendors feed their custom datasets into QuantConnect, a platform where people build and run trading algorithms. If you have a financial or alternative dataset (say, weather data or shipping records) and you want algorithmic traders to use it, this repo gives you the starting point to make that data compatible with QuantConnect's system. At a practical level, the repo provides a sample project structure with code for defining how your data looks and scripts for downloading and converting it into the format QuantConnect expects. You fork the repository, customize it for your specific dataset, and then build and test everything locally. The conversion scripts can be written in Python or even bash, so there's some flexibility in how you prepare your data. The audience here is specifically data vendors, companies or individuals who maintain a dataset they want to sell or distribute through the QuantConnect Data Market. A concrete example might be a firm that tracks satellite imagery of retail parking lots and wants to offer that as a signal for trading algorithms. Once a vendor finishes their integration, they contact QuantConnect support, who then lists the dataset in their marketplace. QuantConnect sets a high bar for inclusion. Vendors need at least a year of historical point-in-time data, reliable API uptime, consistent delivery schedules, survivorship-bias-free data, and solid ticker mapping using identifiers like ISIN or FIGI. The README emphasizes that raw, well-defined data is preferred over derived signals, since traders build systems on top of it and need stability. The project is built in C# targeting .NET 5, and the scripts run inside QuantConnect's own research environment. This means vendors are working within a fairly prescribed setup, which reduces guesswork but also requires comfort with that specific ecosystem.
A template repository that helps data vendors format their custom datasets for use inside QuantConnect's algorithmic trading platform. You fork it, adapt the sample code to your dataset, and submit the result to QuantConnect's data marketplace.
Mainly C#. The stack also includes C#, .NET 5, Python.
Maintained — commit in last 6 months (last push 2026-06-19).
No license information is provided in the repository, so usage rights are unclear by default.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.