Skip to main content

GBP (British Pound Sterling)

The British pound or pound sterling (GBP), symbolized by £, is the official currency of the United Kingdom and nine territories. As the world's oldest currency still in use, the GBP ranks as the fourth most-traded currency in the foreign exchange market.

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'