StooqApi 1.1.1

.NET Standard 2.0
dotnet add package StooqApi --version 1.1.1
NuGet\Install-Package StooqApi -Version 1.1.1
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="StooqApi" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StooqApi --version 1.1.1
#r "nuget: StooqApi, 1.1.1"
#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.
// Install StooqApi as a Cake Addin
#addin nuget:?package=StooqApi&version=1.1.1

// Install StooqApi as a Cake Tool
#tool nuget:?package=StooqApi&version=1.1.1

A .NET wrapper for Stooq, based on .NET Standard 2.0

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on StooqApi:

Package Downloads
Trady.Importer.Stooq

Stooq importer module of Trady, a handy library for computing technical indicators, based on .NET Standard 2.0

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on StooqApi:

Repository Stars
karlwancl/Trady
Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.
Version Downloads Last updated
1.1.1 6,350 9/16/2018
1.1.0 1,194 7/20/2018
1.0.6 3,202 7/16/2017
1.0.5 1,083 7/6/2017
1.0.4 1,378 6/25/2017

[16/9/2018] Upgrade CsvHelper from 6.0.3 to 7.1.1
[21/07/2018] Update to .NET Standard 2.0, Update csvHelper to v6.0.3
[16/07/2017] Fix parsing csv, query of older historical prices is not working properly because stooq is returning empty csv when an older start date is used
[06/07/2017] Fix parsing with different culture
[24/06/2017] Fix incorrect dataset for unspecified range. Added exception for daily quota exceeds. Fix mysql_fetch_error when querying ^-related historical data
[23/06/2017] Better handling on null startDate and null endDate. startDate now returns minDate if null, endDate now returns maxDate if null