Skip to content

TOP to SVC exchange rate API

Pa’anga to El Salvador Colon · quoted 2026-09-25

3.6967

▼ +1.26% over 1Y

1 TOP = 3.6967 SVC · 1 SVC = 0.27051 TOP · Get this rate via the API

1 TOP buys 3.6967 SVC as of 2026-09-25, so 1 SVC buys 0.27051 TOP. Over the last year, TOP/SVC traded between 3.6280 and 3.7601, averaged 3.7062 and fell 1.26%. The API holds daily TOP/SVC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/SVC over 1Y

TOP/SVC over 1Y: show the values
PointTOP/SVC
2025-09-253.7437
2025-10-023.7017
2025-10-093.6986
2025-10-163.7094
2025-10-233.7093
2025-10-303.6850
2025-11-063.7099
2025-11-133.7140
2025-11-203.6543
2025-11-273.6484
2025-12-043.6623
2025-12-123.6510
2025-12-193.6608
2025-12-263.7086
2026-01-023.6594
2026-01-093.6547
2026-01-163.7123
2026-01-233.6992
2026-01-303.7339
2026-02-063.7211
2026-02-133.7451
2026-02-203.7340
2026-02-273.7409
2026-03-063.7251
2026-03-133.7326
2026-03-203.7281
2026-03-273.7502
2026-04-033.7058
2026-04-103.7238
2026-04-183.6339
2026-04-253.6280
2026-05-023.6350
2026-05-093.6338
2026-05-173.7149
2026-05-253.7487
2026-06-013.7582
2026-06-103.7222
2026-06-173.7601
2026-06-243.7054
2026-07-013.6921
2026-07-083.7323
2026-07-153.7055
2026-07-223.7005
2026-07-293.7179
2026-08-053.7154
2026-08-123.7144
2026-08-203.7344
2026-08-273.7469
2026-09-033.7439
2026-09-103.7402
2026-09-173.7192
2026-09-243.7065

High

3.7601

Low

3.6280

Average

3.7062

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/SVC API questions

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

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

How far back does TOP/SVC historical data go?

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