StockSharp.Apps.Hydra 5.0.230

Prefix Reserved
dotnet add package StockSharp.Apps.Hydra --version 5.0.230
                    
NuGet\Install-Package StockSharp.Apps.Hydra -Version 5.0.230
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StockSharp.Apps.Hydra" Version="5.0.230" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Apps.Hydra" Version="5.0.230" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Apps.Hydra" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Apps.Hydra --version 5.0.230
                    
#r "nuget: StockSharp.Apps.Hydra, 5.0.230"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StockSharp.Apps.Hydra@5.0.230
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Apps.Hydra&version=5.0.230
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Apps.Hydra&version=5.0.230
                    
Install as a Cake Tool

📥 StockSharp Hydra – Market Data Downloader

Hydra (also known as Market Data Downloader) is a free application from StockSharp that enables efficient downloading, storage, transformation, and access of both historical and real-time market data.

✅ Core Features

  • Supports multifaceted data types: candles, ticks, Level 1 & 2, order books, order logs, open interest, options, bonds, news, and more
  • 100+ data sources across global markets — stocks, futures, options, forex, crypto; choose the source, instrument, timeframe, period
  • High-efficiency storage: custom .bin format (≈2 bytes per trade, 7 bytes per order book) or standard CSV
  • Flexible export/import: convert and export to CSV, Excel, XML, database; convert between data types (e.g., ticks → candles)
  • Server-mode support: run Hydra as a standalone server, schedule downloads, sync across instances
  • API integration: direct access via S#.Designer or S#.API for analytics and strategy backtesting
  • Cross-format analytics: analyze downloaded data within the tool for quick insights — without exporting
  • Absolutely free — no subscription or data fees

📸 Screenshots

Main window Main window with sources and tasks


🎯 Ideal For

  • Quantitative analysts and algo-traders who need reliable, long-period historical data
  • Developers testing and debugging trading strategies using S#.API or S#.Designer
  • Users requiring automated and scheduled data acquisition across multiple sources
  • Anyone needing both raw and aggregated market data in flexible formats


Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.230 761 9/11/2025
5.0.229 276 9/1/2025
5.0.228 231 8/30/2025
5.0.227 288 8/10/2025
5.0.226 625 7/23/2025
5.0.225 587 7/22/2025
5.0.224 404 7/20/2025
5.0.223 294 7/20/2025
5.0.222 229 7/14/2025
5.0.221 218 7/8/2025
5.0.220 174 7/4/2025
5.0.219 212 6/30/2025
5.0.218 257 6/24/2025
5.0.217 211 6/24/2025
5.0.216 179 6/20/2025
5.0.215 217 6/18/2025
5.0.214 267 6/2/2025
5.0.213 360 5/14/2025
5.0.212 447 4/6/2025
5.0.211 269 4/2/2025
Loading failed

Fix remove finished subscriptions.
Disable server mode auto turn-on at the first time start.