Quandl.NET
1.2.1
Install-Package Quandl.NET -Version 1.2.1
dotnet add package Quandl.NET --version 1.2.1
<PackageReference Include="Quandl.NET" Version="1.2.1" />
paket add Quandl.NET --version 1.2.1
#r "nuget: Quandl.NET, 1.2.1"
// Install Quandl.NET as a Cake Addin
#addin nuget:?package=Quandl.NET&version=1.2.1
// Install Quandl.NET as a Cake Tool
#tool nuget:?package=Quandl.NET&version=1.2.1
A .NET wrapper built on Quandl v3 REST API, 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 |
.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 |
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.8.0)
- Flurl.Http (>= 2.4.0)
- Microsoft.NETCore.Portable.Compatibility (>= 1.0.1)
- System.Reflection.TypeExtensions (>= 4.5.1)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Quandl.NET:
Package | Downloads |
---|---|
Trady.Importer.Quandl
Quandl 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 Quandl.NET:
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 2.16.3 to 7.1.1
[20/9/2017] Added .NET Standard 2.0 support
[27/05/2017] Enums has been moved to Quandl.NET namespace from Quandl.NET.Model.Enum namespace. UsefulDataAndLists is renamed as Quandl for easier access
[26/05/2017] Added time-series api and tables api. Makes DatabaseApi, DatatableApi, DatasetApi obsolete.
[29/12/2016] Throws proper exception message when error occurs
[21/11/2016] Added UsefulDataAndLists for querying index constituents/futures/commodities, etc.
[7/11/2016] BIG UPDATE: REST API part is migrated to Flurl to fix the "Not refit interface" exception, the nuget package should be functional again
[4/11/2016] The library can now query datatable's metadata
[3/11/2016] Added Cancellation token for cancelling request