86
86
<p>Since 5.7.2: there is a log widget that track call and return of the API for debug purpose.</p>
91
91
(no apikey): 30 currencies, Euro limited <a href="https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html" target="_blank">listed here</a><br>
92
92
example call: <code>https://api.frankfurter.app/latest?base=EUR&symbols=USD,JPY,GBP</code>
94
98
<li>⧉ <a href="https://fixer.io" target="_blank">fixer.io</a><br>
95
(apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="https://data.fixer.io/api/symbols?%20access_key=API_KEY" target="_blank">listed here</a><br>
99
(apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="http://data.fixer.io/api/symbols?access_key=API_KEY" target="_blank">listed here</a><br>
96
100
example call: <code>http://data.fixer.io/api/latest?access_key=YOUR_ACCESS_KEY&base=EUR&symbols=USD,JPY,GBP</code>
98
102
<li>⧉ <a href="https://exchangerate.host" target="_blank">exchangerate.host</a><br>
99
(apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="https://api.exchangerate.host/symbols" target="_blank">listed here</a><br>
103
(apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="http://api.exchangerate.host/symbols" target="_blank">listed here</a><br>
100
104
example call: <code>http://api.exchangerate.host/list?access_key=YOUR_ACCESS_KEY&base=EUR&symbols=USD,JPY,GBP</code>