GBP to ARS exchange rate API
Pound Sterling to Argentine Peso · quoted 2026-09-24
2003.21
▲ +8.79% over 1Y
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 year, GBP/ARS traded between 1812.45 and 2057.35, averaged 1928.57 and rose 8.79%. 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 1Y: show the values
| Point | GBP/ARS |
|---|---|
| 2025-09-24 | 1841.30 |
| 2025-10-01 | 1858.48 |
| 2025-10-08 | 1917.12 |
| 2025-10-15 | 1812.45 |
| 2025-10-22 | 1987.25 |
| 2025-10-29 | 1946.62 |
| 2025-11-05 | 1901.21 |
| 2025-11-12 | 1849.78 |
| 2025-11-19 | 1837.43 |
| 2025-11-26 | 1909.54 |
| 2025-12-03 | 1938.32 |
| 2025-12-11 | 1924.42 |
| 2025-12-18 | 1943.28 |
| 2025-12-25 | 1960.48 |
| 2026-01-01 | 1954.57 |
| 2026-01-08 | 1962.88 |
| 2026-01-15 | 1947.94 |
| 2026-01-22 | 1919.30 |
| 2026-01-29 | 1995.18 |
| 2026-02-05 | 1965.13 |
| 2026-02-12 | 1914.47 |
| 2026-02-19 | 1878.55 |
| 2026-02-26 | 1893.14 |
| 2026-03-05 | 1872.60 |
| 2026-03-12 | 1868.27 |
| 2026-03-19 | 1854.57 |
| 2026-03-26 | 1836.34 |
| 2026-04-02 | 1838.16 |
| 2026-04-09 | 1861.75 |
| 2026-04-16 | 1839.92 |
| 2026-04-23 | 1861.98 |
| 2026-04-30 | 1879.07 |
| 2026-05-07 | 1890.26 |
| 2026-05-15 | 1859.07 |
| 2026-05-23 | 1888.53 |
| 2026-05-30 | 1896.10 |
| 2026-06-06 | 1933.98 |
| 2026-06-15 | 1910.93 |
| 2026-06-22 | 1926.61 |
| 2026-06-29 | 1957.12 |
| 2026-07-06 | 1991.82 |
| 2026-07-13 | 1996.66 |
| 2026-07-20 | 1984.22 |
| 2026-07-27 | 1982.21 |
| 2026-08-03 | 2002.00 |
| 2026-08-10 | 2017.29 |
| 2026-08-17 | 1999.71 |
| 2026-08-25 | 2057.35 |
| 2026-09-01 | 2041.39 |
| 2026-09-08 | 2047.70 |
| 2026-09-15 | 2033.24 |
| 2026-09-22 | 2023.15 |
High
2057.35
Low
1812.45
Average
1928.57
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.