StooqApi 1.1.1
dotnet add package StooqApi --version 1.1.1
NuGet\Install-Package StooqApi -Version 1.1.1
<PackageReference Include="StooqApi" Version="1.1.1" />
paket add StooqApi --version 1.1.1
#r "nuget: StooqApi, 1.1.1"
// 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 |
-
.NETStandard 2.0
- CsvHelper (>= 7.1.1)
- Flurl (>= 2.7.1)
- Flurl.Http (>= 2.3.2)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
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.
|
[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