Back to List
C#

CurrencyTracker – C# Currency Tracking Application

08.01.2026

CurrencyTracker is a C# console application designed to fetch real-time exchange rates using the Frankfurter API. The application processes data in-memory and utilizes LINQ queries for advanced data analysis, including filtering, sorting, and statistical summaries. It is built with Clean Code principles, adhering to Object-Oriented Programming (OOP) and Asynchronous Programming (Async/Await) standards.

Key Features:

Frankfurter API Integration (JSON Parsing)

Data Querying with LINQ (Select, Where, OrderBy)

Statistical Calculations (Min, Max, Avg)

In-Memory Data Management