Skip to content

GBP to ARS exchange rate API

Pound Sterling to Argentine Peso · quoted 2026-09-24

2003.21

▼ +2.63% over 30D

1 GBP = 2003.21 ARS · 1 ARS = 0.000499 GBP · Get this rate via the API

1 GBP buys 2003.21 ARS as of 2026-09-24, so 1 ARS buys 0.000499 GBP. Over the last 30 days, GBP/ARS traded between 2003.21 and 2060.18, averaged 2036.42 and fell 2.63%. The API holds daily GBP/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/ARS over 30D

GBP/ARS over 30D: show the values
PointGBP/ARS
2026-08-252057.35
2026-08-262060.18
2026-08-272057.00
2026-08-282053.94
2026-08-292041.86
2026-08-302039.75
2026-08-312041.78
2026-09-012041.39
2026-09-022039.64
2026-09-032039.09
2026-09-042040.93
2026-09-052038.26
2026-09-062039.05
2026-09-072041.96
2026-09-082047.70
2026-09-092050.32
2026-09-102046.68
2026-09-112043.34
2026-09-122040.92
2026-09-132040.80
2026-09-142041.70
2026-09-152033.24
2026-09-162027.60
2026-09-172023.53
2026-09-182014.97
2026-09-192031.62
2026-09-202028.30
2026-09-212021.79
2026-09-222023.15
2026-09-232010.35
2026-09-242003.92

High

2060.18

Low

2003.21

Average

2036.42

For developers

Get this rate via the API

One GET request returns the GBP/ARS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ARS").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/ARS API questions

How do I get the GBP/ARS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/ARS rate in rates.ARS.

How far back does GBP/ARS historical data go?

Daily GBP/ARS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/ARS exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.