Skip to content
Maurizio Basaglia edited this page Nov 14, 2020 · 18 revisions

BIExchangeRates.Client

Nuget Nuget

A .NET wrapper for the REST API of the currency exchange rates of Banca d'Italia (the central bank of Italy).

Getting started

To start using BIExchangeRates.Client in your project, install the package with the NuGet Package Manager:

PM> Install-Package BIExchangeRates.Client

The console application BIExchangeRates.Console is intended as an example on how to use the REST API wrapper in a real scenario.

Documentation