GIP to STD exchange rate API
Gibraltar Pound to Dobra · quoted 2026-09-25
28630.84
▲ +0.95% over 1Y
1 GIP = 28630.84 STD · 1 STD = 0.000035 GIP · Get this rate via the API
1 GIP buys 28630.84 STD as of 2026-09-25, so 1 STD buys 0.000035 GIP. Over the last year, GIP/STD traded between 27816.97 and 29035.87, averaged 28451.31 and rose 0.95%. The API holds daily GIP/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/STD over 1Y: show the values
| Point | GIP/STD |
|---|---|
| 2025-09-25 | 28362.16 |
| 2025-10-02 | 28320.53 |
| 2025-10-09 | 28357.60 |
| 2025-10-16 | 28500.82 |
| 2025-10-23 | 28383.70 |
| 2025-10-30 | 28098.35 |
| 2025-11-06 | 28011.94 |
| 2025-11-13 | 27942.94 |
| 2025-11-20 | 28012.22 |
| 2025-11-27 | 28254.45 |
| 2025-12-04 | 28347.40 |
| 2025-12-12 | 28204.92 |
| 2025-12-19 | 28197.07 |
| 2025-12-26 | 28326.75 |
| 2026-01-02 | 28274.06 |
| 2026-01-09 | 28431.46 |
| 2026-01-16 | 28435.67 |
| 2026-01-23 | 28510.78 |
| 2026-01-30 | 28572.55 |
| 2026-02-06 | 28423.99 |
| 2026-02-13 | 28444.97 |
| 2026-02-20 | 28185.90 |
| 2026-02-27 | 28295.71 |
| 2026-03-06 | 28402.36 |
| 2026-03-13 | 28606.41 |
| 2026-03-20 | 28722.31 |
| 2026-03-27 | 28542.22 |
| 2026-04-03 | 28336.81 |
| 2026-04-10 | 27816.97 |
| 2026-04-17 | 28084.94 |
| 2026-04-24 | 27950.14 |
| 2026-05-01 | 27921.34 |
| 2026-05-08 | 28142.45 |
| 2026-05-16 | 28349.16 |
| 2026-05-24 | 28493.38 |
| 2026-05-31 | 28468.04 |
| 2026-06-09 | 28634.31 |
| 2026-06-16 | 28566.55 |
| 2026-06-23 | 28591.35 |
| 2026-06-30 | 28600.70 |
| 2026-07-07 | 28869.90 |
| 2026-07-14 | 28879.31 |
| 2026-07-21 | 29035.87 |
| 2026-07-28 | 28821.93 |
| 2026-08-04 | 28792.13 |
| 2026-08-11 | 28846.90 |
| 2026-08-18 | 28885.09 |
| 2026-08-26 | 28867.20 |
| 2026-09-02 | 28754.26 |
| 2026-09-09 | 28892.09 |
| 2026-09-16 | 28815.81 |
| 2026-09-23 | 28702.69 |
High
29035.87
Low
27816.97
Average
28451.31
Get this rate via the API
One GET request returns the GIP/STD 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=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=STD").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/STD API questions
How do I get the GIP/STD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/STD rate in rates.STD.
How far back does GIP/STD historical data go?
Daily GIP/STD 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/STD 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.