Skip to content

SRD to TOP exchange rate API

Surinam Dollar to Pa’anga · quoted 2026-09-25

0.06319

▲ +3.17% over 1Y

1 SRD = 0.06319 TOP · 1 TOP = 15.8265 SRD · Get this rate via the API

1 SRD buys 0.06319 TOP as of 2026-09-25, so 1 TOP buys 15.8265 SRD. Over the last year, SRD/TOP traded between 0.05947 and 0.06438, averaged 0.06223 and rose 3.17%. The API holds daily SRD/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SRD/TOP over 1Y

SRD/TOP over 1Y: show the values
PointSRD/TOP
2025-09-250.06125
2025-10-020.06164
2025-10-090.06199
2025-10-160.06029
2025-10-230.05947
2025-10-300.06058
2025-11-060.06112
2025-11-130.06112
2025-11-200.06210
2025-11-270.06243
2025-12-040.06194
2025-12-120.06224
2025-12-190.06212
2025-12-260.06147
2026-01-020.06278
2026-01-090.06250
2026-01-160.06166
2026-01-230.06189
2026-01-300.06177
2026-02-060.06216
2026-02-130.06174
2026-02-200.06233
2026-02-270.06180
2026-03-060.06218
2026-03-130.06253
2026-03-200.06245
2026-03-270.06196
2026-04-030.06330
2026-04-100.06245
2026-04-180.06386
2026-04-250.06427
2026-05-020.06428
2026-05-090.06438
2026-05-170.06338
2026-05-250.06255
2026-06-010.06263
2026-06-100.06261
2026-06-170.06230
2026-06-240.06290
2026-07-010.06312
2026-07-080.06233
2026-07-150.06262
2026-07-220.06262
2026-07-290.06202
2026-08-050.06200
2026-08-120.06193
2026-08-200.06198
2026-08-270.06182
2026-09-030.06184
2026-09-100.06178
2026-09-170.06215
2026-09-240.06228

High

0.06438

Low

0.05947

Average

0.06223

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SRD/TOP API questions

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

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

How far back does SRD/TOP historical data go?

Daily SRD/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 SRD/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.