Formats
📌
format
.https://api.globalexchangerates.org/v1/currencies?format=XML&code=EUR
<?xml version="1.0" encoding="utf-16"?>
<currencies xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Currency>
<code>EUR</code>
<name>Euro</name>
<numericCode>978</numericCode>
<obsolete>false</obsolete>
</Currency>
</currencies>
header
, which can be used to include column headers in the response.https://api.globalexchangerates.org/v1/currencies?format=CSV&code=EUR&header=true
code,name,numericCode,obsolete
EUR,Euro,978,False
Modified at 2025-04-07 07:24:55