Skip to content

INR to AOA exchange rate API

Indian Rupee to Kwanza · quoted 2026-09-24

9.5398

▼ +7.80% over 1Y

1 INR = 9.5398 AOA · 1 AOA = 0.10482 INR · Get this rate via the API

1 INR buys 9.5398 AOA as of 2026-09-24, so 1 AOA buys 0.10482 INR. Over the last year, INR/AOA traded between 9.5220 and 10.4238, averaged 9.9276 and fell 7.80%. The API holds daily INR/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/AOA over 1Y

INR/AOA over 1Y: show the values
PointINR/AOA
2025-09-2410.3465
2025-10-0110.3437
2025-10-0810.3484
2025-10-1510.4238
2025-10-2210.3692
2025-10-2910.3912
2025-11-0510.3454
2025-11-1210.2972
2025-11-1910.3714
2025-11-2610.2307
2025-12-0310.2135
2025-12-1110.2052
2025-12-1810.1981
2025-12-2510.2121
2026-01-0110.1859
2026-01-0810.2082
2026-01-1510.1600
2026-01-2210.0188
2026-01-299.9870
2026-02-0510.1624
2026-02-1210.1227
2026-02-1910.0643
2026-02-2610.0851
2026-03-059.9788
2026-03-129.9542
2026-03-199.8432
2026-03-269.7407
2026-04-029.8542
2026-04-099.8963
2026-04-169.8452
2026-04-239.7546
2026-04-309.6718
2026-05-079.7395
2026-05-159.5655
2026-05-239.5814
2026-05-309.7767
2026-06-069.6650
2026-06-159.6990
2026-06-229.6945
2026-06-299.7169
2026-07-069.6264
2026-07-139.6163
2026-07-209.5220
2026-07-279.5843
2026-08-039.6419
2026-08-109.6348
2026-08-179.6164
2026-08-259.6223
2026-09-019.6743
2026-09-089.6609
2026-09-159.5555
2026-09-229.5994

High

10.4238

Low

9.5220

Average

9.9276

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/AOA API questions

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

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

How far back does INR/AOA historical data go?

Daily INR/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 INR/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.