Avapi 1.4.8.3
This library allows to retrieve financial data using Alpha Vantage API.
The official page of Avapi.NET CORE is available at this link: https://github.com/AvapiDotNet/Avapi/
The complete documentation of Avapi.NET CORE is available at this link: https://github.com/AvapiDotNet/Avapi/wiki
To start using Avapi you just need to:
1. Register to Alpha Vantage web site and get your personal api key(https://www.alphavantage.co/support/#api-key). It's for free!
2. Install Avapi package on your project
3. Consume the Avapi library
Install-Package Avapi -Version 1.4.8.3
dotnet add package Avapi --version 1.4.8.3
<PackageReference Include="Avapi" Version="1.4.8.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Avapi --version 1.4.8.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Internal change
Dependencies
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
1.4.8.3 | 1,780 | 9/6/2018 | ||
1.4.8.1 | 2,622 | 2/24/2018 | ||
1.4.7.9 | 775 | 1/14/2018 | ||
1.4.7.8 | 613 | 1/3/2018 | ||
1.4.7.7 | 519 | 1/3/2018 | ||
1.4.7.6 | 519 | 12/31/2017 | ||
1.4.7.5 | 497 | 12/30/2017 | ||
1.4.7.4 | 550 | 12/30/2017 | ||
1.4.7.3 | 521 | 12/30/2017 | ||
1.4.7.2 | 568 | 12/30/2017 | ||
1.4.7.1 | 498 | 12/30/2017 | ||
1.4.6.3 | 573 | 12/29/2017 | ||
1.4.5 | 570 | 12/5/2017 | ||
1.3.2 | 641 | 11/21/2017 | ||
1.3.1 | 609 | 10/8/2017 | ||
1.2.2 | 487 | 9/20/2017 | ||
1.2.1 | 629 | 9/19/2017 | ||
1.2.0 | 558 | 9/18/2017 | ||
1.1.0 | 506 | 9/16/2017 | ||
1.0.1 | 608 | 9/9/2017 | ||
1.0.0 | 683 | 9/3/2017 |