Skip to content

GIP to AWG exchange rate API

Gibraltar Pound to Aruban Florin · quoted 2026-09-26

2.3711

▼ +1.60% over YTD

1 GIP = 2.3711 AWG · 1 AWG = 0.42175 GIP · Get this rate via the API

1 GIP buys 2.3711 AWG as of 2026-09-26, so 1 AWG buys 0.42175 GIP. Over the year to date, GIP/AWG traded between 2.3624 and 2.4697, averaged 2.4103 and fell 1.60%. The API holds daily GIP/AWG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/AWG over YTD

GIP/AWG over YTD: show the values
PointGIP/AWG
2025-12-312.4095
2026-01-072.4186
2026-01-142.4035
2026-01-212.4075
2026-01-282.4697
2026-02-042.4531
2026-02-112.4447
2026-02-182.4267
2026-02-252.4187
2026-03-042.3866
2026-03-112.4055
2026-03-182.3906
2026-03-252.3994
2026-04-012.3696
2026-04-082.3983
2026-04-152.4156
2026-04-222.4406
2026-04-292.4408
2026-05-062.4362
2026-05-142.4215
2026-05-212.4036
2026-05-292.4048
2026-06-052.4036
2026-06-142.3998
2026-06-212.3685
2026-06-282.3624
2026-07-052.3902
2026-07-122.3990
2026-07-192.4080
2026-07-262.3850
2026-08-022.4130
2026-08-092.4150
2026-08-162.4222
2026-08-242.4421
2026-08-312.4245
2026-09-072.4182
2026-09-142.4174
2026-09-212.3956

High

2.4697

Low

2.3624

Average

2.4103

For developers

Get this rate via the API

One GET request returns the GIP/AWG 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=AWG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=AWG");
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=AWG").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/AWG API questions

How do I get the GIP/AWG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=AWG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/AWG rate in rates.AWG.

How far back does GIP/AWG historical data go?

Daily GIP/AWG 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/AWG 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.