StooqApi 1.1.0
A .NET wrapper for Stooq, based on .NET Standard 2.0
See the version list below for details.
Install-Package StooqApi -Version 1.1.0
dotnet add package StooqApi --version 1.1.0
<PackageReference Include="StooqApi" Version="1.1.0" />
paket add StooqApi --version 1.1.0
Release Notes
[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 (>= 6.0.3)
- 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.
|