Skip to content

GIP to SVC exchange rate API

Gibraltar Pound to El Salvador Colon · quoted 2026-09-26

11.5905

▼ +0.72% over 1Y

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 year, GIP/SVC traded between 11.4495 and 11.9735, averaged 11.7237 and fell 0.72%. 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 1Y

GIP/SVC over 1Y: show the values
PointGIP/SVC
2025-09-2611.6742
2025-10-0311.7598
2025-10-1011.6396
2025-10-1711.7583
2025-10-2411.6589
2025-10-3111.5124
2025-11-0711.4845
2025-11-1411.5057
2025-11-2111.4495
2025-11-2811.5779
2025-12-0511.6666
2025-12-1311.7014
2025-12-2011.7041
2025-12-2711.8060
2026-01-0311.7753
2026-01-1011.7240
2026-01-1711.6760
2026-01-2411.9420
2026-01-3111.9735
2026-02-0711.9115
2026-02-1411.9484
2026-02-2111.7949
2026-02-2811.8025
2026-03-0711.7400
2026-03-1411.5789
2026-03-2111.6761
2026-03-2811.6821
2026-04-0411.5437
2026-04-1111.7577
2026-04-1811.8442
2026-04-2511.7881
2026-05-0211.8855
2026-05-0911.9067
2026-05-1711.6610
2026-05-2511.7907
2026-06-0111.7741
2026-06-1011.7117
2026-06-1711.7515
2026-06-2411.5459
2026-07-0111.5794
2026-07-0811.6888
2026-07-1511.7314
2026-07-2211.7109
2026-07-2911.6344
2026-08-0511.7736
2026-08-1211.8155
2026-08-2011.9058
2026-08-2711.8842
2026-09-0311.8084
2026-09-1011.8611
2026-09-1711.7054
2026-09-2411.5804

High

11.9735

Low

11.4495

Average

11.7237

For developers

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