API Name | URL | Pricing | Origin (Country/Organization) |
---|---|---|---|
NBP API | https://api.nbp.pl/en.html | Free | Poland (National Bank of Poland) |
Exchange Rates API | https://exchangeratesapi.io/#pricing_plan | Paid but Free Plan Available | Austria (Managed by apilayer, part of Idera) |
Currency Freaks | https://currencyfreaks.com/ | Free and Paid Plans Available | United States |
Frankfurter API | https://frankfurter.dev/ | Free | - |
*ECB Data API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Check xz-utils installed | |
if ! command -v xz &> /dev/null | |
then | |
echo "xz-utils is not installed on this system." | |
exit 1 | |
fi | |
# Get the version of xz-utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test |