Top 20 NuGet currency Packages

ECommerceHelper currency converter project based on TCMB XML daily currency service
API wrapper to get latest currency exchange rates using USD as the base currency. (API key is provided when you register)
Currency (ISO 4217) and Money types. Allows for a lot of flexibility, you can express an amount in Decimal or Int64, in major or minor units. The library includes support for formatting, rounding and allocation, customized versions of Sum() and Average() from LINQ w/ or w/o rounding, alternative str...
A simple money class library
Examples of semantic classes, including EmailAddress, BirthDate and Amount.
NetMoney is an open source library focused on making currency exchange rating an easy task.
A .NET implementation for the Poloniex API for exchanging cryptocurrency. This is a forked implementation from https://github.com/ChristopherHaws/poloniex-dotnet.
A .NET implementation for the CoinMarketCap API for cryptocurrencies.
A Syncronous/Asyncronous library to communicate with the IcoCryptex.io API.
Currency exchange rate to Turkish Lira (TL) using the Central Bank of the Republic of Turkey (TCMB) daily xml xml resource : http://www.tcmb.gov.tr/kurlar/today.xml
CoinMarketCap Public and Pro API for .Net
The assembly provides SDK for currencylayer.com API
C# Money type compatible with EntityFrameworkCore
Currency library for Bryllite.
Go global with this simple library for currency formatting, number formatting and message translation supporting a wide range of customization through custom factory implementations.
Go global with this simple library for currency formatting, number formatting and message translation supporting a wide range of customization through custom factory implementations.
CSharp client for Salesfly API
Small libary for current currency exchange rates and stock prices
Convert decimal to English Text. { var amount = decimal.MaxValue; var englishText = amount.ToText(); }