GBP to SRD exchange rate API
Pound Sterling to Surinam Dollar · quoted 2026-09-25
49.9470
▲ +31.25% over 5Y
1 GBP = 49.9470 SRD · 1 SRD = 0.02002 GBP · Get this rate via the API
1 GBP buys 49.9470 SRD as of 2026-09-25, so 1 SRD buys 0.02002 GBP. Over the last 5 years, GBP/SRD traded between 38.0542 and 52.3400, averaged 48.4548 and rose 31.25%. The API holds daily GBP/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/SRD over 5Y: show the values
| Point | GBP/SRD |
|---|---|
| 2024-08-24 | 38.0542 |
| 2024-10-07 | 41.0224 |
| 2024-11-06 | 44.8461 |
| 2024-12-06 | 45.3559 |
| 2025-01-05 | 43.3002 |
| 2025-02-04 | 43.8359 |
| 2025-03-06 | 45.9140 |
| 2025-04-06 | 47.0267 |
| 2025-05-06 | 49.1047 |
| 2025-06-07 | 50.0490 |
| 2025-07-07 | 50.8080 |
| 2025-08-06 | 49.2475 |
| 2025-09-05 | 52.1437 |
| 2025-10-06 | 51.1908 |
| 2025-11-05 | 50.2270 |
| 2025-12-05 | 51.5037 |
| 2026-01-05 | 51.1744 |
| 2026-02-04 | 52.3400 |
| 2026-03-06 | 50.3754 |
| 2026-04-05 | 49.4029 |
| 2026-05-05 | 50.6944 |
| 2026-06-06 | 49.7430 |
| 2026-07-08 | 50.2091 |
| 2026-08-07 | 51.0079 |
| 2026-09-07 | 51.3015 |
High
52.3400
Low
38.0542
Average
48.4548
Get this rate via the API
One GET request returns the GBP/SRD 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=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SRD").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/SRD API questions
How do I get the GBP/SRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/SRD rate in rates.SRD.
How far back does GBP/SRD historical data go?
Daily GBP/SRD 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/SRD 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.