GIP to ANG exchange rate API
Gibraltar Pound to Netherlands Antillean Guilder · quoted 2026-09-26
2.3810
▼ +0.99% over 1Y
1 GIP = 2.3810 ANG · 1 ANG = 0.42000 GIP · Get this rate via the API
1 GIP buys 2.3810 ANG as of 2026-09-26, so 1 ANG buys 0.42000 GIP. Over the last year, GIP/ANG traded between 2.3593 and 2.4617, averaged 2.4109 and fell 0.99%. The API holds daily GIP/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/ANG over 1Y: show the values
| Point | GIP/ANG |
|---|---|
| 2025-09-26 | 2.4048 |
| 2025-10-03 | 2.4204 |
| 2025-10-10 | 2.4028 |
| 2025-10-17 | 2.4155 |
| 2025-10-24 | 2.3965 |
| 2025-10-31 | 2.3690 |
| 2025-11-07 | 2.3645 |
| 2025-11-14 | 2.3688 |
| 2025-11-21 | 2.3593 |
| 2025-11-28 | 2.3835 |
| 2025-12-05 | 2.4010 |
| 2025-12-13 | 2.4053 |
| 2025-12-20 | 2.4076 |
| 2025-12-27 | 2.4290 |
| 2026-01-03 | 2.4211 |
| 2026-01-10 | 2.4121 |
| 2026-01-17 | 2.3993 |
| 2026-01-24 | 2.4540 |
| 2026-01-31 | 2.4591 |
| 2026-02-07 | 2.4456 |
| 2026-02-14 | 2.4606 |
| 2026-02-21 | 2.4265 |
| 2026-02-28 | 2.4241 |
| 2026-03-07 | 2.4137 |
| 2026-03-14 | 2.3780 |
| 2026-03-21 | 2.4013 |
| 2026-03-28 | 2.3898 |
| 2026-04-04 | 2.3710 |
| 2026-04-15 | 2.4087 |
| 2026-04-22 | 2.4235 |
| 2026-04-29 | 2.4254 |
| 2026-05-06 | 2.4225 |
| 2026-05-14 | 2.4375 |
| 2026-05-21 | 2.4204 |
| 2026-05-29 | 2.4149 |
| 2026-06-05 | 2.4219 |
| 2026-06-14 | 2.4059 |
| 2026-06-21 | 2.3733 |
| 2026-06-28 | 2.3651 |
| 2026-07-05 | 2.3997 |
| 2026-07-12 | 2.4085 |
| 2026-07-19 | 2.4172 |
| 2026-07-26 | 2.3898 |
| 2026-08-02 | 2.4224 |
| 2026-08-09 | 2.4229 |
| 2026-08-16 | 2.4318 |
| 2026-08-24 | 2.4617 |
| 2026-08-31 | 2.4522 |
| 2026-09-07 | 2.4350 |
| 2026-09-14 | 2.4344 |
| 2026-09-21 | 2.4093 |
High
2.4617
Low
2.3593
Average
2.4109
Get this rate via the API
One GET request returns the GIP/ANG 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=ANG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ANG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ANG").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/ANG API questions
How do I get the GIP/ANG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ANG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/ANG rate in rates.ANG.
How far back does GIP/ANG historical data go?
Daily GIP/ANG 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/ANG 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.