Skip to content

GIP to SRD exchange rate API

Gibraltar Pound to Surinam Dollar · quoted 2026-09-25

50.1685

▼ +2.26% over 1Y

1 GIP = 50.1685 SRD · 1 SRD = 0.01993 GIP · Get this rate via the API

1 GIP buys 50.1685 SRD as of 2026-09-25, so 1 SRD buys 0.01993 GIP. Over the last year, GIP/SRD traded between 49.3299 and 52.9265, averaged 50.8816 and fell 2.26%. The API holds daily GIP/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/SRD over 1Y

GIP/SRD over 1Y: show the values
PointGIP/SRD
2025-09-2551.3299
2025-10-0251.6985
2025-10-0951.1754
2025-10-1652.5887
2025-10-2352.9265
2025-10-3051.7612
2025-11-0650.4120
2025-11-1350.5814
2025-11-2050.3065
2025-11-2750.9271
2025-12-0451.4556
2025-12-1251.5672
2025-12-1951.4975
2025-12-2651.8663
2026-01-0251.3761
2026-01-0951.4361
2026-01-1651.1612
2026-01-2351.5753
2026-01-3052.1595
2026-02-0651.2577
2026-02-1351.5465
2026-02-2050.5191
2026-02-2751.0348
2026-03-0650.5016
2026-03-1350.0785
2026-03-2050.4130
2026-03-2750.2466
2026-04-0349.3299
2026-04-1050.4994
2026-04-1750.8862
2026-04-2450.5029
2026-05-0150.5305
2026-05-0850.8938
2026-05-1649.7803
2026-05-2450.1261
2026-05-3150.0244
2026-06-0949.9935
2026-06-1650.4254
2026-06-2349.6513
2026-06-3049.6756
2026-07-0750.5967
2026-07-1450.4871
2026-07-2150.5122
2026-07-2850.2389
2026-08-0450.8719
2026-08-1151.0070
2026-08-1851.1924
2026-08-2651.8482
2026-09-0251.3640
2026-09-0951.5448
2026-09-1650.8705
2026-09-2350.3056

High

52.9265

Low

49.3299

Average

50.8816

For developers

Get this rate via the API

One GET request returns the GIP/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=GIP&currencies=SRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&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=GIP&currencies=SRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/SRD API questions

How do I get the GIP/SRD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/SRD rate in rates.SRD.

How far back does GIP/SRD historical data go?

Daily GIP/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 GIP/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.