Quandl.NET 1.2.1

dotnet add package Quandl.NET --version 1.2.1
NuGet\Install-Package Quandl.NET -Version 1.2.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="Quandl.NET" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quandl.NET --version 1.2.1
#r "nuget: Quandl.NET, 1.2.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 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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.
Version Downloads Last updated
1.2.1 28,831 9/16/2018
1.2.0 4,310 9/20/2017
1.1.1 2,818 5/27/2017
1.1.0 1,069 5/26/2017
1.0.8 1,650 12/29/2016

[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