HG-Finance 1.1.1

dotnet add package HG-Finance --version 1.1.1
NuGet\Install-Package HG-Finance -Version 1.1.1
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="HG-Finance" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HG-Finance --version 1.1.1
#r "nuget: HG-Finance, 1.1.1"
#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 HG-Finance as a Cake Addin
#addin nuget:?package=HG-Finance&version=1.1.1

// Install HG-Finance as a Cake Tool
#tool nuget:?package=HG-Finance&version=1.1.1

HG Finance

Downloads<br> Welcome to the HG Finance library for CSharp!

Now you can simply get financial data (currency exchange, cryptocurrency exchange, Brazilian government taxes and stock market) from the HG Finance API directly in your Csharp app!

Some features are under development 😊

Available data

Cryptocurrencies exchange

  • Blockchain.info
    • BTC to USD Dollar
  • Coinbase
    • BTC to USD Dollar
  • BitStamp
    • BTC to USD Dollar
  • FoxBit
    • BTC to BRL Brazilian Real
  • Mercado Bitcoin
    • BTC to BRL Brazilian Real
  • OmniTrade
    • BTC to BRL Brazilian Real

Stock markets

  • BM&F BOVESPA Sao Paulo, Brazil
  • NASDAQ New York City, United States
  • CAC 40 Paris, French
  • Nikkei 225 Tokyo, Japan

Currencies exchange

  • USD Dollar to BRL Brazilian Real
  • EUR Euro to BRL Brazilian Real
  • GBP Pound Sterling to BRL Brazilian Real
  • ARS Argentine Peso to BRL Brazilian Real
  • BTC Bitcoin (blockchain.info) to BRL Brazilian Real

Taxes

  • Brazilian CDI
  • Brazilian Selic

Install

  • 📦 NuGet: dotnet add package HG-Finance --version 1.0.0 (package)

Usage

  • first add the library import
using HG_Finance;
  • first create a variable and add your Key
HG_Client.key = "your key";

using CurrenciesBuy

  • the quotation of several currencies against the real such as Dollar (USD), Euro (EUR), Pound (GBP), Peso (ARS), Canadian Dollar (CAD), Australian Dollar (AUD), Japanese Yen (JPY), China Renminbi (CNY) and Bitcoin (BTC);
decimal correncies = HG_Client.currenciesBuy("desired currency");

License

The gem is available as open source under the terms of the MIT License.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
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
1.1.1 421 5/18/2022
1.1.0 385 5/18/2022
1.0.0 420 4/7/2022