WebAPICba
Narek-Mkrtchyan/WebAPICba
WebAPICba is an ASP.NET Core web application that interacts with the Central Bank of Armenia's (cba.am) SOAP Web Service to retrieve and store exchange rates. The API allows retrieving exchange rate data in JSON format. /api/exchangerates?DateFrom=YYYY-MM-DD&DateTo=YYYY-MM-DD&ISOCodes=USD,EUR
Summary
WebAPICba is a C# ASP.NET Core API that fetches currency exchange rates from the Central Bank of Armenia's SOAP service, stores them in a database, and provides a JSON API endpoint for querying historical rates by date range and currency codes.