YahooFinanceApi 3.0.0-beta3

.NET Standard 2.0
This is a prerelease version of YahooFinanceApi.
dotnet add package YahooFinanceApi --version 3.0.0-beta3
NuGet\Install-Package YahooFinanceApi -Version 3.0.0-beta3
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="YahooFinanceApi" Version="3.0.0-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add YahooFinanceApi --version 3.0.0-beta3
#r "nuget: YahooFinanceApi, 3.0.0-beta3"
#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 YahooFinanceApi as a Cake Addin
#addin nuget:?package=YahooFinanceApi&version=3.0.0-beta3&prerelease

// Install YahooFinanceApi as a Cake Tool
#tool nuget:?package=YahooFinanceApi&version=3.0.0-beta3&prerelease

A handy Yahoo! Finance api wrapper, 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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on YahooFinanceApi:

Package Downloads
Trady.Importer.Yahoo

Yahoo finance importer module of Trady, a handy library for computing technical indicators, based on .NET Standard 2.0

Bastion.Chart.Abstractions

Package Description

SecuritiesEvaluation

Securities evaluation based on MAD method for making decisions on the formation of an optimal investment portfolio

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on YahooFinanceApi:

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
3.0.0-beta3 1,330 3/30/2019
3.0.0-beta2 395 3/9/2019
3.0.0-beta1 412 3/4/2019
2.1.2 43,201 2/12/2019
2.1.1 7,573 9/16/2018
2.1.0 3,933 2/19/2018
2.1.0-beta2 701 12/13/2017
2.1.0-beta1 669 11/16/2017
2.1.0-beta0 620 11/12/2017
2.0.0 1,762 10/28/2017
2.0.0-beta3 620 10/22/2017
2.0.0-beta2 612 10/20/2017
2.0.0-beta1 628 10/19/2017
2.0.0-beta0 638 10/18/2017
1.1.3 967 10/10/2017
1.1.2 828 10/8/2017
1.1.1 788 10/5/2017
1.1.0 2,472 9/20/2017
1.0.12 1,803 7/15/2017
1.0.11 861 7/14/2017
1.0.10 1,125 7/6/2017
1.0.9 1,308 6/25/2017
1.0.8 1,148 5/31/2017
1.0.7 1,190 5/24/2017

[04/03/2019] VS2019 and C#8 (@dshe)
[26/02/2019] Added support for multiple historical symbols (@dshe)
[12/02/2019] Added post market fields (by @KrisSiegel)
[16/09/2018] Upgrade CsvHelper from 6.0.2 to 7.1.1
[12/12/2017] Fixed quote property case handling, improved tests
[16/11/2017] Added Fields for newly added QueryAsync method
[12/11/2017] Added QueryAsync method as a replacement of the original GetAsync method
[28/10/2017] Performance boost for async call
[22/10/2017] Speed up historical retrieval
[20/10/2017] Improved historical API
[19/10/2017] Updated dependencies
[18/10/2017] Removed timezone support. API now reads and returns datetime in est instead of local time
[08/10/2017] Added timezone support for historical api
[05/10/2017] Added currency tag for stock quoting
[20/09/2017] Added .NET Standard 2.0 support, added leaveZeroIfInvalidRow parameter for historical