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: show the values
| Point | GIP/SRD |
|---|---|
| 2025-09-25 | 51.3299 |
| 2025-10-02 | 51.6985 |
| 2025-10-09 | 51.1754 |
| 2025-10-16 | 52.5887 |
| 2025-10-23 | 52.9265 |
| 2025-10-30 | 51.7612 |
| 2025-11-06 | 50.4120 |
| 2025-11-13 | 50.5814 |
| 2025-11-20 | 50.3065 |
| 2025-11-27 | 50.9271 |
| 2025-12-04 | 51.4556 |
| 2025-12-12 | 51.5672 |
| 2025-12-19 | 51.4975 |
| 2025-12-26 | 51.8663 |
| 2026-01-02 | 51.3761 |
| 2026-01-09 | 51.4361 |
| 2026-01-16 | 51.1612 |
| 2026-01-23 | 51.5753 |
| 2026-01-30 | 52.1595 |
| 2026-02-06 | 51.2577 |
| 2026-02-13 | 51.5465 |
| 2026-02-20 | 50.5191 |
| 2026-02-27 | 51.0348 |
| 2026-03-06 | 50.5016 |
| 2026-03-13 | 50.0785 |
| 2026-03-20 | 50.4130 |
| 2026-03-27 | 50.2466 |
| 2026-04-03 | 49.3299 |
| 2026-04-10 | 50.4994 |
| 2026-04-17 | 50.8862 |
| 2026-04-24 | 50.5029 |
| 2026-05-01 | 50.5305 |
| 2026-05-08 | 50.8938 |
| 2026-05-16 | 49.7803 |
| 2026-05-24 | 50.1261 |
| 2026-05-31 | 50.0244 |
| 2026-06-09 | 49.9935 |
| 2026-06-16 | 50.4254 |
| 2026-06-23 | 49.6513 |
| 2026-06-30 | 49.6756 |
| 2026-07-07 | 50.5967 |
| 2026-07-14 | 50.4871 |
| 2026-07-21 | 50.5122 |
| 2026-07-28 | 50.2389 |
| 2026-08-04 | 50.8719 |
| 2026-08-11 | 51.0070 |
| 2026-08-18 | 51.1924 |
| 2026-08-26 | 51.8482 |
| 2026-09-02 | 51.3640 |
| 2026-09-09 | 51.5448 |
| 2026-09-16 | 50.8705 |
| 2026-09-23 | 50.3056 |
High
52.9265
Low
49.3299
Average
50.8816
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.