Skip to content

GBP to ARS exchange rate API

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

2003.21

▲ +9.10% over 6M

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 6 months, GBP/ARS traded between 1836.14 and 2057.00, averaged 1949.26 and rose 9.10%. 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 6M

GBP/ARS over 6M: show the values
PointGBP/ARS
2026-03-281836.14
2026-04-041837.02
2026-04-111844.98
2026-04-181851.18
2026-04-251876.50
2026-05-021891.30
2026-05-091906.93
2026-05-171858.44
2026-05-251891.94
2026-06-011901.29
2026-06-101929.65
2026-06-171926.03
2026-06-241935.94
2026-07-011964.79
2026-07-081991.67
2026-07-151970.94
2026-07-221975.37
2026-07-291992.96
2026-08-052017.11
2026-08-122016.46
2026-08-202039.94
2026-08-272057.00
2026-09-032039.09
2026-09-102046.68
2026-09-172023.53
2026-09-242003.92

High

2057.00

Low

1836.14

Average

1949.26

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.