Skip to content

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

GIP/ANG over 1Y: show the values
PointGIP/ANG
2025-09-262.4048
2025-10-032.4204
2025-10-102.4028
2025-10-172.4155
2025-10-242.3965
2025-10-312.3690
2025-11-072.3645
2025-11-142.3688
2025-11-212.3593
2025-11-282.3835
2025-12-052.4010
2025-12-132.4053
2025-12-202.4076
2025-12-272.4290
2026-01-032.4211
2026-01-102.4121
2026-01-172.3993
2026-01-242.4540
2026-01-312.4591
2026-02-072.4456
2026-02-142.4606
2026-02-212.4265
2026-02-282.4241
2026-03-072.4137
2026-03-142.3780
2026-03-212.4013
2026-03-282.3898
2026-04-042.3710
2026-04-152.4087
2026-04-222.4235
2026-04-292.4254
2026-05-062.4225
2026-05-142.4375
2026-05-212.4204
2026-05-292.4149
2026-06-052.4219
2026-06-142.4059
2026-06-212.3733
2026-06-282.3651
2026-07-052.3997
2026-07-122.4085
2026-07-192.4172
2026-07-262.3898
2026-08-022.4224
2026-08-092.4229
2026-08-162.4318
2026-08-242.4617
2026-08-312.4522
2026-09-072.4350
2026-09-142.4344
2026-09-212.4093

High

2.4617

Low

2.3593

Average

2.4109

For developers

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