OoplesFinance.YahooFinanceAPI
1.0.4
Prefix Reserved
See the version list below for details.
dotnet add package OoplesFinance.YahooFinanceAPI --version 1.0.4
NuGet\Install-Package OoplesFinance.YahooFinanceAPI -Version 1.0.4
<PackageReference Include="OoplesFinance.YahooFinanceAPI" Version="1.0.4" />
paket add OoplesFinance.YahooFinanceAPI --version 1.0.4
#r "nuget: OoplesFinance.YahooFinanceAPI, 1.0.4"
// Install OoplesFinance.YahooFinanceAPI as a Cake Addin #addin nuget:?package=OoplesFinance.YahooFinanceAPI&version=1.0.4 // Install OoplesFinance.YahooFinanceAPI as a Cake Tool #tool nuget:?package=OoplesFinance.YahooFinanceAPI&version=1.0.4
.Net Yahoo Finance API Library
This is a library for downloading free data using Yahoo Finance that is completely open source (Apache 2.0 license) and very easy to use. This library currently supports downloading 6 different types of stock market data at the time of this writing: historical/daily prices, stock splits, dividends, capital gains, stock recommendations, and top trending stock information. We support getting daily, weekly, or monthly data as well as many other options.
How to use this library
Here is an example to show how easy it is to use this library to get various stock market info:
using OoplesFinance.YahooFinanceAPI.Enums;
using static OoplesFinance.YahooFinanceAPI.YahooClient;
var startDate = DateTime.Now.AddYears(-1);
var symbol = "GOOG";
var historicalDataList = await GetHistoricalDataAsync(symbol, DataFrequency.Daily, startDate);
var capitalGainList = await GetCapitalGainDataAsync(symbol, DataFrequency.Monthly, startDate);
var dividendList = await GetDividendDataAsync(symbol, DataFrequency.Weekly, startDate);
var stockSplitList = await GetStockSplitDataAsync(symbol, DataFrequency.Monthly, startDate);
var topTrendingList = await GetTopTrendingStocksAsync(Country.UnitedStates, 10);
var recommendedList = await GetStockRecommendationsAsync(symbol);
Support This Project
BTC: 36DRmZefJNW82q9pHY1kWYSZhLUWQkpgGq
ETH: 0x7D6e58754476189ffF736B63b6159D2647f74f34
DOGE: DF1nsK1nLASzmwHNAfNengBGS4w7bNyJ1e
SHIB: 0xCDe2355212764218355c9393FbE121Ae49B43382
Paypal: https://www.paypal.me/cheatcountry
Patreon: https://patreon.com/cheatcountry
Support or Contact
Email me at cheatcountry@gmail.com for any help or support or to let me know of ways to further improve this library.
Support or Contact
Email me at cheatcountry@gmail.com for any help or support or to let me know of ways to further improve this library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. 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. |
-
.NETCoreApp 3.1
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETFramework 4.6.1
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETFramework 4.6.2
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETFramework 4.7
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETFramework 4.7.1
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETFramework 4.7.2
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETFramework 4.8
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETStandard 2.0
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
.NETStandard 2.1
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
net5.0
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
net6.0
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
-
net7.0
- System.Net.Http (>= 4.3.4)
- System.Net.Http.Json (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.10 | 349 | 10/15/2024 |
1.6.9 | 117 | 10/6/2024 |
1.6.8 | 130 | 9/30/2024 |
1.6.7 | 83 | 9/30/2024 |
1.6.6 | 98 | 9/30/2024 |
1.6.5 | 103 | 9/28/2024 |
1.6.4 | 2,605 | 3/23/2024 |
1.6.3 | 153 | 3/18/2024 |
1.6.2 | 139 | 3/16/2024 |
1.6.1 | 441 | 3/11/2024 |
1.6.0 | 508 | 3/1/2024 |
1.5.0 | 2,781 | 6/28/2023 |
1.4.0 | 1,038 | 2/17/2023 |
1.3.3 | 280 | 2/11/2023 |
1.3.2 | 265 | 2/10/2023 |
1.3.1 | 268 | 2/10/2023 |
1.3.0 | 265 | 2/10/2023 |
1.2.3 | 305 | 1/30/2023 |
1.2.2 | 271 | 1/30/2023 |
1.2.1 | 309 | 1/24/2023 |
1.2.0 | 307 | 1/23/2023 |
1.1.0 | 319 | 1/20/2023 |
1.0.4 | 309 | 1/13/2023 |
1.0.2 | 331 | 1/9/2023 |
1.0.1 | 326 | 1/6/2023 |
1.0.0 | 309 | 1/6/2023 |