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: show the values
| Point | INR/AOA |
|---|---|
| 2025-09-24 | 10.3465 |
| 2025-10-01 | 10.3437 |
| 2025-10-08 | 10.3484 |
| 2025-10-15 | 10.4238 |
| 2025-10-22 | 10.3692 |
| 2025-10-29 | 10.3912 |
| 2025-11-05 | 10.3454 |
| 2025-11-12 | 10.2972 |
| 2025-11-19 | 10.3714 |
| 2025-11-26 | 10.2307 |
| 2025-12-03 | 10.2135 |
| 2025-12-11 | 10.2052 |
| 2025-12-18 | 10.1981 |
| 2025-12-25 | 10.2121 |
| 2026-01-01 | 10.1859 |
| 2026-01-08 | 10.2082 |
| 2026-01-15 | 10.1600 |
| 2026-01-22 | 10.0188 |
| 2026-01-29 | 9.9870 |
| 2026-02-05 | 10.1624 |
| 2026-02-12 | 10.1227 |
| 2026-02-19 | 10.0643 |
| 2026-02-26 | 10.0851 |
| 2026-03-05 | 9.9788 |
| 2026-03-12 | 9.9542 |
| 2026-03-19 | 9.8432 |
| 2026-03-26 | 9.7407 |
| 2026-04-02 | 9.8542 |
| 2026-04-09 | 9.8963 |
| 2026-04-16 | 9.8452 |
| 2026-04-23 | 9.7546 |
| 2026-04-30 | 9.6718 |
| 2026-05-07 | 9.7395 |
| 2026-05-15 | 9.5655 |
| 2026-05-23 | 9.5814 |
| 2026-05-30 | 9.7767 |
| 2026-06-06 | 9.6650 |
| 2026-06-15 | 9.6990 |
| 2026-06-22 | 9.6945 |
| 2026-06-29 | 9.7169 |
| 2026-07-06 | 9.6264 |
| 2026-07-13 | 9.6163 |
| 2026-07-20 | 9.5220 |
| 2026-07-27 | 9.5843 |
| 2026-08-03 | 9.6419 |
| 2026-08-10 | 9.6348 |
| 2026-08-17 | 9.6164 |
| 2026-08-25 | 9.6223 |
| 2026-09-01 | 9.6743 |
| 2026-09-08 | 9.6609 |
| 2026-09-15 | 9.5555 |
| 2026-09-22 | 9.5994 |
High
10.4238
Low
9.5220
Average
9.9276
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.