SCR to AOA exchange rate API
Seychelles Rupee to Kwanza · quoted 2026-09-25
63.9549
▲ +0.87% over 1Y
1 SCR = 63.9549 AOA · 1 AOA = 0.01564 SCR · Get this rate via the API
1 SCR buys 63.9549 AOA as of 2026-09-25, so 1 AOA buys 0.01564 SCR. Over the last year, SCR/AOA traded between 60.4160 and 72.5887, averaged 63.8090 and rose 0.87%. The API holds daily SCR/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/AOA over 1Y: show the values
| Point | SCR/AOA |
|---|---|
| 2025-09-25 | 63.4043 |
| 2025-10-02 | 62.3644 |
| 2025-10-09 | 62.4080 |
| 2025-10-16 | 62.6521 |
| 2025-10-23 | 66.3083 |
| 2025-10-30 | 64.9286 |
| 2025-11-06 | 64.4002 |
| 2025-11-13 | 62.0090 |
| 2025-11-20 | 64.6018 |
| 2025-11-27 | 62.4247 |
| 2025-12-04 | 64.0365 |
| 2025-12-12 | 61.2313 |
| 2025-12-19 | 66.8200 |
| 2025-12-26 | 61.6452 |
| 2026-01-02 | 60.7436 |
| 2026-01-09 | 72.5887 |
| 2026-01-16 | 60.7516 |
| 2026-01-23 | 63.0141 |
| 2026-01-30 | 63.8272 |
| 2026-02-06 | 63.8620 |
| 2026-02-13 | 63.8475 |
| 2026-02-20 | 60.5796 |
| 2026-02-27 | 67.1954 |
| 2026-03-06 | 61.1988 |
| 2026-03-13 | 61.4451 |
| 2026-03-20 | 60.9506 |
| 2026-03-27 | 63.4965 |
| 2026-04-03 | 63.9536 |
| 2026-04-10 | 60.4160 |
| 2026-04-17 | 66.6526 |
| 2026-04-24 | 66.8019 |
| 2026-05-01 | 62.7693 |
| 2026-05-08 | 66.2806 |
| 2026-05-16 | 67.6720 |
| 2026-05-24 | 61.5455 |
| 2026-05-31 | 62.8504 |
| 2026-06-09 | 66.2195 |
| 2026-06-16 | 64.1184 |
| 2026-06-23 | 64.4799 |
| 2026-06-30 | 63.5177 |
| 2026-07-07 | 62.8063 |
| 2026-07-14 | 64.1637 |
| 2026-07-21 | 64.5366 |
| 2026-07-28 | 65.4656 |
| 2026-08-04 | 63.2326 |
| 2026-08-11 | 64.7556 |
| 2026-08-18 | 63.1065 |
| 2026-08-26 | 64.8568 |
| 2026-09-02 | 63.4616 |
| 2026-09-09 | 64.2791 |
| 2026-09-16 | 64.2212 |
| 2026-09-23 | 63.0219 |
High
72.5887
Low
60.4160
Average
63.8090
Get this rate via the API
One GET request returns the SCR/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=SCR¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/AOA API questions
How do I get the SCR/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/AOA rate in rates.AOA.
How far back does SCR/AOA historical data go?
Daily SCR/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 SCR/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.