Skip to content

GIP to AOA exchange rate API

Gibraltar Pound to Kwanza · quoted 2026-09-24

1215.49

▲ +1.60% over 5Y

1 GIP = 1215.49 AOA · 1 AOA = 0.000823 GIP · Get this rate via the API

1 GIP buys 1215.49 AOA as of 2026-09-24, so 1 AOA buys 0.000823 GIP. Over the last 5 years, GIP/AOA traded between 1133.12 and 1257.07, averaged 1214.04 and rose 1.60%. The API holds daily GIP/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/AOA over 5Y

GIP/AOA over 5Y: show the values
PointGIP/AOA
2024-08-241196.38
2024-10-071201.55
2024-11-061190.15
2024-12-061174.28
2025-01-051133.12
2025-02-041143.21
2025-03-061186.37
2025-04-061184.75
2025-05-061220.73
2025-06-071233.37
2025-07-071257.07
2025-08-061219.66
2025-09-051239.32
2025-10-061235.60
2025-11-051194.25
2025-12-051225.43
2026-01-051239.90
2026-02-041254.45
2026-03-061223.85
2026-04-051221.73
2026-05-051246.91
2026-06-061225.44
2026-07-081226.64
2026-08-071233.18
2026-09-071242.30

High

1257.07

Low

1133.12

Average

1214.04

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/AOA API questions

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

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

How far back does GIP/AOA historical data go?

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