Skip to content

GBP to ARS exchange rate API

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

2003.21

▲ +2.49% over YTD

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 year to date, GBP/ARS traded between 1841.77 and 2045.70, averaged 1942.79 and rose 2.49%. 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 YTD

GBP/ARS over YTD: show the values
PointGBP/ARS
2025-12-311954.53
2026-01-071978.68
2026-01-141959.97
2026-01-211925.50
2026-01-281988.85
2026-02-041982.37
2026-02-111917.61
2026-02-181892.52
2026-02-251865.53
2026-03-041893.36
2026-03-111876.69
2026-03-181858.46
2026-03-251871.39
2026-04-011841.77
2026-04-081876.48
2026-04-151850.99
2026-04-221856.15
2026-04-291897.81
2026-05-061896.70
2026-05-141880.76
2026-05-211874.94
2026-05-291892.42
2026-06-051935.22
2026-06-141918.92
2026-06-211934.03
2026-06-281949.61
2026-07-051987.06
2026-07-121991.44
2026-07-191987.68
2026-07-261995.66
2026-08-022004.01
2026-08-092022.41
2026-08-162013.01
2026-08-242045.70
2026-08-312041.78
2026-09-072041.96
2026-09-142041.70
2026-09-212021.79

High

2045.70

Low

1841.77

Average

1942.79

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.