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: show the values
| Point | GBP/ARS |
|---|---|
| 2025-12-31 | 1954.53 |
| 2026-01-07 | 1978.68 |
| 2026-01-14 | 1959.97 |
| 2026-01-21 | 1925.50 |
| 2026-01-28 | 1988.85 |
| 2026-02-04 | 1982.37 |
| 2026-02-11 | 1917.61 |
| 2026-02-18 | 1892.52 |
| 2026-02-25 | 1865.53 |
| 2026-03-04 | 1893.36 |
| 2026-03-11 | 1876.69 |
| 2026-03-18 | 1858.46 |
| 2026-03-25 | 1871.39 |
| 2026-04-01 | 1841.77 |
| 2026-04-08 | 1876.48 |
| 2026-04-15 | 1850.99 |
| 2026-04-22 | 1856.15 |
| 2026-04-29 | 1897.81 |
| 2026-05-06 | 1896.70 |
| 2026-05-14 | 1880.76 |
| 2026-05-21 | 1874.94 |
| 2026-05-29 | 1892.42 |
| 2026-06-05 | 1935.22 |
| 2026-06-14 | 1918.92 |
| 2026-06-21 | 1934.03 |
| 2026-06-28 | 1949.61 |
| 2026-07-05 | 1987.06 |
| 2026-07-12 | 1991.44 |
| 2026-07-19 | 1987.68 |
| 2026-07-26 | 1995.66 |
| 2026-08-02 | 2004.01 |
| 2026-08-09 | 2022.41 |
| 2026-08-16 | 2013.01 |
| 2026-08-24 | 2045.70 |
| 2026-08-31 | 2041.78 |
| 2026-09-07 | 2041.96 |
| 2026-09-14 | 2041.70 |
| 2026-09-21 | 2021.79 |
High
2045.70
Low
1841.77
Average
1942.79
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.