Skip to content

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

GIP/STD over 1Y: show the values
PointGIP/STD
2025-09-2528362.16
2025-10-0228320.53
2025-10-0928357.60
2025-10-1628500.82
2025-10-2328383.70
2025-10-3028098.35
2025-11-0628011.94
2025-11-1327942.94
2025-11-2028012.22
2025-11-2728254.45
2025-12-0428347.40
2025-12-1228204.92
2025-12-1928197.07
2025-12-2628326.75
2026-01-0228274.06
2026-01-0928431.46
2026-01-1628435.67
2026-01-2328510.78
2026-01-3028572.55
2026-02-0628423.99
2026-02-1328444.97
2026-02-2028185.90
2026-02-2728295.71
2026-03-0628402.36
2026-03-1328606.41
2026-03-2028722.31
2026-03-2728542.22
2026-04-0328336.81
2026-04-1027816.97
2026-04-1728084.94
2026-04-2427950.14
2026-05-0127921.34
2026-05-0828142.45
2026-05-1628349.16
2026-05-2428493.38
2026-05-3128468.04
2026-06-0928634.31
2026-06-1628566.55
2026-06-2328591.35
2026-06-3028600.70
2026-07-0728869.90
2026-07-1428879.31
2026-07-2129035.87
2026-07-2828821.93
2026-08-0428792.13
2026-08-1128846.90
2026-08-1828885.09
2026-08-2628867.20
2026-09-0228754.26
2026-09-0928892.09
2026-09-1628815.81
2026-09-2328702.69

High

29035.87

Low

27816.97

Average

28451.31

For developers

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