GIP to SVC exchange rate API
Gibraltar Pound to El Salvador Colon · quoted 2026-09-26
11.5905
▲ +0.22% over 5Y
1 GIP = 11.5905 SVC · 1 SVC = 0.08628 GIP · Get this rate via the API
1 GIP buys 11.5905 SVC as of 2026-09-26, so 1 SVC buys 0.08628 GIP. Over the last 5 years, GIP/SVC traded between 10.8600 and 11.9914, averaged 11.5728 and rose 0.22%. The API holds daily GIP/SVC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/SVC over 5Y: show the values
| Point | GIP/SVC |
|---|---|
| 2024-08-24 | 11.5652 |
| 2024-10-07 | 11.4888 |
| 2024-11-06 | 11.3420 |
| 2024-12-06 | 11.1509 |
| 2025-01-05 | 10.8683 |
| 2025-02-04 | 10.8600 |
| 2025-03-06 | 11.2916 |
| 2025-04-06 | 11.2847 |
| 2025-05-06 | 11.6134 |
| 2025-06-07 | 11.8354 |
| 2025-07-07 | 11.9305 |
| 2025-08-06 | 11.6374 |
| 2025-09-05 | 11.7682 |
| 2025-10-06 | 11.7679 |
| 2025-11-05 | 11.3950 |
| 2025-12-05 | 11.6666 |
| 2026-01-05 | 11.7542 |
| 2026-02-04 | 11.9914 |
| 2026-03-06 | 11.6979 |
| 2026-04-05 | 11.5501 |
| 2026-05-05 | 11.8890 |
| 2026-06-06 | 11.6730 |
| 2026-07-08 | 11.6888 |
| 2026-08-07 | 11.7720 |
| 2026-09-07 | 11.8206 |
High
11.9914
Low
10.8600
Average
11.5728
Get this rate via the API
One GET request returns the GIP/SVC 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=SVC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=SVC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=SVC").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/SVC API questions
How do I get the GIP/SVC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=SVC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/SVC rate in rates.SVC.
How far back does GIP/SVC historical data go?
Daily GIP/SVC 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/SVC 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.