Av.API 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Av.API --version 0.1.0
NuGet\Install-Package Av.API -Version 0.1.0
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="Av.API" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Av.API --version 0.1.0
#r "nuget: Av.API, 0.1.0"
#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 Av.API as a Cake Addin
#addin nuget:?package=Av.API&version=0.1.0

// Install Av.API as a Cake Tool
#tool nuget:?package=Av.API&version=0.1.0

Build status

AV.NET

AV.NET is a C# library for AlphaVantage service.

Features

Currently, the API includes the following features:

  • Request daily data
  • Request weekly data
  • Request monthly data

Requirements

The project require Microsoft Visual Studio 2017.

Samples

Volume Chart

This program allows to input a stock and display the volume chart of last 100 trading days.

Volume Chart

Multiple Volume Chart

This program displays the volume chart of the last 100 trading days of one or more stocks. The stocks can be added and removed dynamically.

Multiple Volume Charts

CAC40 performance

This program computes and displays the performance of the stocks of the CAC40 vs the CAC40 perfomance for the last 100 trading days.

CAC40 Performance

License

MIT

Open Source Components/Libraries

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.2.0 1,003 7/23/2018
0.1.0 980 7/10/2018

Alpha Vantage non official C# API.