Skip to content

GIP to SVC exchange rate API

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

11.5905

▼ +0.16% over 6M

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 6 months, GIP/SVC traded between 11.5230 and 11.9395, averaged 11.7433 and fell 0.16%. 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 6M

GIP/SVC over 6M: show the values
PointGIP/SVC
2026-03-3011.6086
2026-04-0611.5568
2026-04-1311.7602
2026-04-2011.8724
2026-04-2711.8208
2026-05-0411.8817
2026-05-1111.8988
2026-05-1911.7363
2026-05-2711.7732
2026-06-0311.7775
2026-06-1211.7388
2026-06-1911.5230
2026-06-2611.5491
2026-07-0311.6897
2026-07-1011.7618
2026-07-1711.7826
2026-07-2411.6486
2026-07-3111.7657
2026-08-0711.7720
2026-08-1411.8054
2026-08-2211.9395
2026-08-2911.8416
2026-09-0511.8275
2026-09-1211.8370
2026-09-1911.7194
2026-09-2611.5905

High

11.9395

Low

11.5230

Average

11.7433

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.