GIP to SVC exchange rate API
Gibraltar Pound to El Salvador Colon · quoted 2026-09-26
11.5905
▼ +2.47% over 30D
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 30 days, GIP/SVC traded between 11.5601 and 11.8912, averaged 11.7740 and fell 2.47%. 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 30D: show the values
| Point | GIP/SVC |
|---|---|
| 2026-08-27 | 11.8842 |
| 2026-08-28 | 11.8912 |
| 2026-08-29 | 11.8416 |
| 2026-08-30 | 11.8438 |
| 2026-08-31 | 11.8515 |
| 2026-09-01 | 11.8465 |
| 2026-09-02 | 11.8142 |
| 2026-09-03 | 11.8084 |
| 2026-09-04 | 11.8389 |
| 2026-09-05 | 11.8275 |
| 2026-09-06 | 11.8260 |
| 2026-09-07 | 11.8206 |
| 2026-09-08 | 11.8459 |
| 2026-09-09 | 11.8533 |
| 2026-09-10 | 11.8611 |
| 2026-09-11 | 11.8120 |
| 2026-09-12 | 11.8370 |
| 2026-09-13 | 11.8369 |
| 2026-09-14 | 11.8168 |
| 2026-09-15 | 11.7989 |
| 2026-09-16 | 11.7957 |
| 2026-09-17 | 11.7054 |
| 2026-09-18 | 11.6763 |
| 2026-09-19 | 11.7194 |
| 2026-09-20 | 11.7209 |
| 2026-09-21 | 11.7103 |
| 2026-09-22 | 11.7098 |
| 2026-09-23 | 11.6523 |
| 2026-09-24 | 11.5804 |
| 2026-09-25 | 11.5601 |
| 2026-09-26 | 11.5905 |
High
11.8912
Low
11.5601
Average
11.7740
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.