Skip to content

simonray/exchange-rate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exchange-rate (C#) nuget package

An easy to use exchange-rate checker and converter. Providers include Google and Yahoo.

Installation

To install, run the following command in the Package Manager Console.

Install-Package exchange-rate

Usage

using ExchangeRate;
Provider.Yahoo.Rate(Iso4217.GBP, Iso4217.EUR)
Provider.Google.Rate("GBP", "EUR");
Provider.Google.Convert(Iso4217.GBP, Iso4217.EUR, 500);

Supported Providers

Change Log

1.0.5 (03-10-17)

  • Update url for Google provider
  • Drop Rate Exchange

1.0.3 (11-03-15)

  • Support for value conversion.

1.0.2 (24-02-15)

  • Shorten namespaces.

1.0.1 (24-02-15)

  • Add support for ISO4217 codes.

1.0.0 (23-02-15)

  • Initial release.

Acknowledgements

About

An easy to use exchange rate checker. Providers include Google and Yahoo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages