StooqApi 1.1.1
A .NET wrapper for Stooq, based on .NET Standard 2.0
Install-Package StooqApi -Version 1.1.1
dotnet add 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
Release Notes
[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
Dependencies
-
.NETStandard 2.0
- CsvHelper (>= 7.1.1)
- Flurl (>= 2.7.1)
- Flurl.Http (>= 2.3.2)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
Used By
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.
|