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: show the values
| Point | GIP/SVC |
|---|---|
| 2025-09-26 | 11.6742 |
| 2025-10-03 | 11.7598 |
| 2025-10-10 | 11.6396 |
| 2025-10-17 | 11.7583 |
| 2025-10-24 | 11.6589 |
| 2025-10-31 | 11.5124 |
| 2025-11-07 | 11.4845 |
| 2025-11-14 | 11.5057 |
| 2025-11-21 | 11.4495 |
| 2025-11-28 | 11.5779 |
| 2025-12-05 | 11.6666 |
| 2025-12-13 | 11.7014 |
| 2025-12-20 | 11.7041 |
| 2025-12-27 | 11.8060 |
| 2026-01-03 | 11.7753 |
| 2026-01-10 | 11.7240 |
| 2026-01-17 | 11.6760 |
| 2026-01-24 | 11.9420 |
| 2026-01-31 | 11.9735 |
| 2026-02-07 | 11.9115 |
| 2026-02-14 | 11.9484 |
| 2026-02-21 | 11.7949 |
| 2026-02-28 | 11.8025 |
| 2026-03-07 | 11.7400 |
| 2026-03-14 | 11.5789 |
| 2026-03-21 | 11.6761 |
| 2026-03-28 | 11.6821 |
| 2026-04-04 | 11.5437 |
| 2026-04-11 | 11.7577 |
| 2026-04-18 | 11.8442 |
| 2026-04-25 | 11.7881 |
| 2026-05-02 | 11.8855 |
| 2026-05-09 | 11.9067 |
| 2026-05-17 | 11.6610 |
| 2026-05-25 | 11.7907 |
| 2026-06-01 | 11.7741 |
| 2026-06-10 | 11.7117 |
| 2026-06-17 | 11.7515 |
| 2026-06-24 | 11.5459 |
| 2026-07-01 | 11.5794 |
| 2026-07-08 | 11.6888 |
| 2026-07-15 | 11.7314 |
| 2026-07-22 | 11.7109 |
| 2026-07-29 | 11.6344 |
| 2026-08-05 | 11.7736 |
| 2026-08-12 | 11.8155 |
| 2026-08-20 | 11.9058 |
| 2026-08-27 | 11.8842 |
| 2026-09-03 | 11.8084 |
| 2026-09-10 | 11.8611 |
| 2026-09-17 | 11.7054 |
| 2026-09-24 | 11.5804 |
High
11.9735
Low
11.4495
Average
11.7237
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.