Skip to content

SAR to TOP exchange rate API

Saudi Riyal to Pa’anga · quoted 2026-09-25

0.63632

▲ +2.36% over 1Y

1 SAR = 0.63632 TOP · 1 TOP = 1.5715 SAR · Get this rate via the API

1 SAR buys 0.63632 TOP as of 2026-09-25, so 1 TOP buys 1.5715 SAR. Over the last year, SAR/TOP traded between 0.61363 and 0.64136, averaged 0.62746 and rose 2.36%. The API holds daily SAR/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SAR/TOP over 1Y

SAR/TOP over 1Y: show the values
PointSAR/TOP
2025-09-250.62165
2025-10-020.62873
2025-10-090.62918
2025-10-160.62739
2025-10-230.62745
2025-10-300.63160
2025-11-060.62731
2025-11-130.62666
2025-11-200.63687
2025-11-270.63777
2025-12-040.63505
2025-12-110.63443
2025-12-180.63832
2025-12-250.64136
2026-01-010.63674
2026-01-080.63662
2026-01-150.63181
2026-01-220.62964
2026-01-290.62546
2026-02-050.62381
2026-02-120.62126
2026-02-190.62257
2026-02-260.62192
2026-03-050.62365
2026-03-120.62118
2026-03-190.62391
2026-03-260.62094
2026-04-020.62504
2026-04-090.62578
2026-04-170.62460
2026-04-240.62503
2026-05-010.61363
2026-05-080.62025
2026-05-160.63028
2026-05-240.62745
2026-05-310.62358
2026-06-090.62252
2026-06-160.62621
2026-06-230.62699
2026-06-300.63163
2026-07-070.63126
2026-07-140.63070
2026-07-210.62740
2026-07-280.62503
2026-08-040.62423
2026-08-110.62964
2026-08-180.62416
2026-08-260.62300
2026-09-020.62303
2026-09-090.62262
2026-09-160.62823
2026-09-230.62342

High

0.64136

Low

0.61363

Average

0.62746

For developers

Get this rate via the API

One GET request returns the SAR/TOP 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=SAR&currencies=TOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR&currencies=TOP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR&currencies=TOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

SAR/TOP API questions

How do I get the SAR/TOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SAR&currencies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SAR/TOP rate in rates.TOP.

How far back does SAR/TOP historical data go?

Daily SAR/TOP 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 SAR/TOP 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.