Skip to content

SCR to AOA exchange rate API

Seychelles Rupee to Kwanza · quoted 2026-09-25

63.9549

▼ +2.74% over 5Y

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 5 years, SCR/AOA traded between 61.1915 and 67.8914, averaged 63.8629 and fell 2.74%. 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 5Y

SCR/AOA over 5Y: show the values
PointSCR/AOA
2024-08-2465.7579
2024-10-0763.3799
2024-11-0666.8089
2024-12-0667.2203
2025-01-0561.1915
2025-02-0463.5798
2025-03-0663.9661
2025-04-0662.0839
2025-05-0664.2143
2025-06-0762.9564
2025-07-0765.3097
2025-08-0663.7047
2025-09-0564.0187
2025-10-0663.3987
2025-11-0561.2608
2025-12-0565.8403
2026-01-0561.9835
2026-02-0461.2684
2026-03-0661.1988
2026-04-0562.3791
2026-05-0566.2832
2026-06-0667.8914
2026-07-0862.8266
2026-08-0763.2287
2026-09-0764.7294

High

67.8914

Low

61.1915

Average

63.8629

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&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=SCR&currencies=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&currencies=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.