Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jepozdemir/live-currency-exchange-rate

Getting live currency exchange rates from European Central Bank and Turkish Central Bank.
https://github.com/jepozdemir/live-currency-exchange-rate

csharp currency currency-exchange-rates dotnet-core ecb ecb-currency-converter ecb-rates exchange money tcmb

Last synced: about 2 months ago
JSON representation

Getting live currency exchange rates from European Central Bank and Turkish Central Bank.

Awesome Lists containing this project

README

        

# How to Get Live Currency Exchange Rates in C#.NET

*Fetching Live Currency Exchange Rates from European Central Bank and Turkish Central Bank using C# .NET*

![Live Currency Exchange Rates](/cover.jpeg "Live Currency Exchange Rates")

This repository contains supplementary materials for the my article titled ["How to Get Live Currency Exchange Rates in C#.NET"](https://medium.com/@jepozdemir/how-to-get-live-currency-exchange-rates-in-c-net-c8026db1f588).

## Overview
This solution allows developers to integrate real-time currency exchange functionality into their C# applications effortlessly.

The European Central Bank and Turkish Central Bank, both provide reliable and regularly updated exchange rate data for various currencies. To fetch exchange rates in .NET, you can simply make HTTP requests and parse XML responses from ECB’s or TCB's daily xml source.

## Contributions

Contributions to enhance the repository are welcome. If you have additional code examples, improvements, or suggestions, feel free to open an issue or submit a pull request.

## Feedback

If you found the article or the repository helpful, or if you have any questions or feedback, we'd love to hear from you. Leave comments on the article or open an issue here on GitHub to share your thoughts.

## Author

The article "How to Get Live Currency Exchange Rates in C#.NET" was authored by me, [Jiyan Epözdemir](https://medium.com/@jepozdemir). Visit my blog for more insightful articles on Medium.

## Read More

Explore the full article ["How to Get Live Currency Exchange Rates in C#.NET"](https://medium.com/@jepozdemir/how-to-get-live-currency-exchange-rates-in-c-net-c8026db1f588) for a comprehensive understanding of how to get live currency exchange rates from the European Central Bank and the Turkish Central Bank.