To run this project on your development enviornment you must first runs these commands on the master folder:
npm install @fortawesome/fontawesome-svg-core
npm install @fortawesome/free-solid-svg-icons
npm install @fortawesome/angular-fontawesome
npm install xlsx
The Frankfurter API tracks foreign exchange references rates published by the European Central Bank. The data refreshes around 16:00 CET every working day. Frankfurter integrates seamlessly with libraries like Money.js and Dinero.js.
Eg: https://api.frankfurter.app/${parameters}
We've developed four main tools
This endpoint returns the latest rates. We added a feature to export these rates to excel, so it is possible to get these dates and create an analysis
This endpoint returns historical rates for any working day since 4 January 1999.
This endpoint returns data from a period of time from since 4 January 1999 until today.
You can convert any value between currencies using the above endpoints in combination with the amount parameter.