Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jepozdemir/live-currency-exchange-rate
- Owner: jepozdemir
- Created: 2021-10-18T14:10:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T19:10:33.000Z (9 months ago)
- Last Synced: 2024-04-09T23:21:09.046Z (9 months ago)
- Topics: csharp, currency, currency-exchange-rates, dotnet-core, ecb, ecb-currency-converter, ecb-rates, exchange, money, tcmb
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.