ANG to GIP exchange rate API
Netherlands Antillean Guilder to Gibraltar Pound · quoted 2026-09-26
0.42000
▲ +1.00% over 1Y
1 ANG = 0.42000 GIP · 1 GIP = 2.3810 ANG · Get this rate via the API
1 ANG buys 0.42000 GIP as of 2026-09-26, so 1 GIP buys 2.3810 ANG. Over the last year, ANG/GIP traded between 0.40623 and 0.42385, averaged 0.41482 and rose 1.00%. The API holds daily ANG/GIP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ANG/GIP over 1Y: show the values
| Point | ANG/GIP |
|---|---|
| 2025-09-26 | 0.41584 |
| 2025-10-03 | 0.41316 |
| 2025-10-10 | 0.41619 |
| 2025-10-17 | 0.41399 |
| 2025-10-24 | 0.41728 |
| 2025-10-31 | 0.42212 |
| 2025-11-07 | 0.42291 |
| 2025-11-14 | 0.42216 |
| 2025-11-21 | 0.42385 |
| 2025-11-28 | 0.41955 |
| 2025-12-05 | 0.41650 |
| 2025-12-13 | 0.41574 |
| 2025-12-20 | 0.41535 |
| 2025-12-27 | 0.41170 |
| 2026-01-03 | 0.41304 |
| 2026-01-10 | 0.41458 |
| 2026-01-17 | 0.41680 |
| 2026-01-24 | 0.40751 |
| 2026-01-31 | 0.40666 |
| 2026-02-07 | 0.40890 |
| 2026-02-14 | 0.40641 |
| 2026-02-21 | 0.41211 |
| 2026-02-28 | 0.41252 |
| 2026-03-07 | 0.41430 |
| 2026-03-14 | 0.42052 |
| 2026-03-21 | 0.41644 |
| 2026-03-28 | 0.41845 |
| 2026-04-04 | 0.42176 |
| 2026-04-15 | 0.41516 |
| 2026-04-22 | 0.41262 |
| 2026-04-29 | 0.41230 |
| 2026-05-06 | 0.41280 |
| 2026-05-14 | 0.41026 |
| 2026-05-21 | 0.41315 |
| 2026-05-29 | 0.41409 |
| 2026-06-05 | 0.41290 |
| 2026-06-14 | 0.41564 |
| 2026-06-21 | 0.42135 |
| 2026-06-28 | 0.42282 |
| 2026-07-05 | 0.41672 |
| 2026-07-12 | 0.41520 |
| 2026-07-19 | 0.41369 |
| 2026-07-26 | 0.41845 |
| 2026-08-02 | 0.41281 |
| 2026-08-09 | 0.41272 |
| 2026-08-16 | 0.41123 |
| 2026-08-24 | 0.40623 |
| 2026-08-31 | 0.40779 |
| 2026-09-07 | 0.41068 |
| 2026-09-14 | 0.41078 |
| 2026-09-21 | 0.41505 |
High
0.42385
Low
0.40623
Average
0.41482
Get this rate via the API
One GET request returns the ANG/GIP 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=ANG¤cies=GIP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=GIP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=GIP").json()Replace YOUR_API_KEY with the key from your dashboard.
ANG/GIP API questions
How do I get the ANG/GIP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=GIP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ANG/GIP rate in rates.GIP.
How far back does ANG/GIP historical data go?
Daily ANG/GIP 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 ANG/GIP 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.