Skip to main content

EUR (Euro)

The euro (EUR) is the currency of 20 of the 27 EU member states, divided into 100 cents and symbolized by €. It's the second-largest reserve and the second-most traded currency globally. Launched in financial markets as an accounting currency on January 1, 1999, euro coins and banknotes began circulating on January 1, 2002.

Available currency pairs

Currency pairBase currencyQuote currencyName

Code examples

Get last quoute:

curl --request GET \
  --url 'https://api.tradewatch.io/currencies/quote?symbol=SOME_STRING_VALUE&precision=SOME_INTEGER_VALUE' \
  --header 'api-key: REPLACE_KEY_VALUE'