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 1,315 2025/9/11
5.0.229 340 2025/9/1
5.0.228 282 2025/8/30
5.0.227 336 2025/8/10
5.0.226 692 2025/7/23
5.0.225 639 2025/7/22
5.0.224 464 2025/7/20
5.0.223 349 2025/7/20
5.0.222 284 2025/7/14
5.0.221 284 2025/7/8
5.0.220 226 2025/7/4
5.0.219 273 2025/6/30
5.0.218 310 2025/6/24
5.0.217 265 2025/6/24
5.0.216 229 2025/6/20
5.0.215 278 2025/6/18
5.0.214 328 2025/6/2
5.0.213 416 2025/5/14
5.0.212 505 2025/4/6
5.0.211 330 2025/4/2
Loading failed

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