Skip to content

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

GBP/SRD over 5Y: show the values
PointGBP/SRD
2024-08-2438.0542
2024-10-0741.0224
2024-11-0644.8461
2024-12-0645.3559
2025-01-0543.3002
2025-02-0443.8359
2025-03-0645.9140
2025-04-0647.0267
2025-05-0649.1047
2025-06-0750.0490
2025-07-0750.8080
2025-08-0649.2475
2025-09-0552.1437
2025-10-0651.1908
2025-11-0550.2270
2025-12-0551.5037
2026-01-0551.1744
2026-02-0452.3400
2026-03-0650.3754
2026-04-0549.4029
2026-05-0550.6944
2026-06-0649.7430
2026-07-0850.2091
2026-08-0751.0079
2026-09-0751.3015

High

52.3400

Low

38.0542

Average

48.4548

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=SRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=SRD");
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=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&currencies=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.