NetStockQuote 1.0.1
dotnet add package NetStockQuote --version 1.0.1
NuGet\Install-Package NetStockQuote -Version 1.0.1
<PackageReference Include="NetStockQuote" Version="1.0.1" />
paket add NetStockQuote --version 1.0.1
#r "nuget: NetStockQuote, 1.0.1"
// Install NetStockQuote as a Cake Addin #addin nuget:?package=NetStockQuote&version=1.0.1 // Install NetStockQuote as a Cake Tool #tool nuget:?package=NetStockQuote&version=1.0.1
.NET Stock Quote uses Yahoo Finance API to retrieve stock information based on specific company's symbol, time frame period and resolution of data. Additionally, the data stored includes stock's changes stored
for each day. It stores the specified day's open, high, low, close, adj close value and volume. Finally, it also includes the option to download and the data as a csv file.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added functionality to allow users to download the data to a CSV file