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: show the values
| Point | INR/AOA |
|---|---|
| 2025-12-31 | 10.1975 |
| 2026-01-07 | 10.2135 |
| 2026-01-14 | 10.1495 |
| 2026-01-21 | 10.0077 |
| 2026-01-28 | 9.9652 |
| 2026-02-04 | 10.1240 |
| 2026-02-11 | 10.0858 |
| 2026-02-18 | 10.1118 |
| 2026-02-25 | 10.0854 |
| 2026-03-04 | 9.9679 |
| 2026-03-11 | 9.9676 |
| 2026-03-18 | 9.8816 |
| 2026-03-25 | 9.7547 |
| 2026-04-01 | 9.8253 |
| 2026-04-08 | 9.9515 |
| 2026-04-15 | 9.8140 |
| 2026-04-22 | 9.7863 |
| 2026-04-29 | 9.6784 |
| 2026-05-06 | 9.7025 |
| 2026-05-14 | 9.5959 |
| 2026-05-21 | 9.5527 |
| 2026-05-29 | 9.6446 |
| 2026-06-05 | 9.6740 |
| 2026-06-14 | 9.7039 |
| 2026-06-21 | 9.8886 |
| 2026-06-28 | 9.8649 |
| 2026-07-05 | 9.6842 |
| 2026-07-12 | 9.7757 |
| 2026-07-19 | 9.6945 |
| 2026-07-26 | 9.5764 |
| 2026-08-02 | 9.5753 |
| 2026-08-09 | 9.6085 |
| 2026-08-16 | 9.5794 |
| 2026-08-24 | 9.6020 |
| 2026-08-31 | 9.6629 |
| 2026-09-07 | 9.7317 |
| 2026-09-14 | 9.6019 |
| 2026-09-21 | 9.5973 |
High
10.2135
Low
9.5385
Average
9.8057
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.