Skip to content

INR to AOA exchange rate API

Indian Rupee to Kwanza · quoted 2026-09-24

9.5385

▼ +6.46% over YTD

1 INR = 9.5385 AOA · 1 AOA = 0.10484 INR · Get this rate via the API

1 INR buys 9.5385 AOA as of 2026-09-24, so 1 AOA buys 0.10484 INR. Over the year to date, INR/AOA traded between 9.5385 and 10.2135, averaged 9.8057 and fell 6.46%. 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 YTD

INR/AOA over YTD: show the values
PointINR/AOA
2025-12-3110.1975
2026-01-0710.2135
2026-01-1410.1495
2026-01-2110.0077
2026-01-289.9652
2026-02-0410.1240
2026-02-1110.0858
2026-02-1810.1118
2026-02-2510.0854
2026-03-049.9679
2026-03-119.9676
2026-03-189.8816
2026-03-259.7547
2026-04-019.8253
2026-04-089.9515
2026-04-159.8140
2026-04-229.7863
2026-04-299.6784
2026-05-069.7025
2026-05-149.5959
2026-05-219.5527
2026-05-299.6446
2026-06-059.6740
2026-06-149.7039
2026-06-219.8886
2026-06-289.8649
2026-07-059.6842
2026-07-129.7757
2026-07-199.6945
2026-07-269.5764
2026-08-029.5753
2026-08-099.6085
2026-08-169.5794
2026-08-249.6020
2026-08-319.6629
2026-09-079.7317
2026-09-149.6019
2026-09-219.5973

High

10.2135

Low

9.5385

Average

9.8057

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.