Skip to content

TJS to CVE exchange rate API

Somoni to Cape Verde Escudo · quoted 2026-09-27

10.4761

▲ +3.83% over 1Y

1 TJS = 10.4761 CVE · 1 CVE = 0.09546 TJS · Get this rate via the API

1 TJS buys 10.4761 CVE as of 2026-09-27, so 1 CVE buys 0.09546 TJS. Over the last year, TJS/CVE traded between 9.8121 and 10.5209, averaged 10.1938 and rose 3.83%. The API holds daily TJS/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/CVE over 1Y

TJS/CVE over 1Y: show the values
PointTJS/CVE
2025-09-2710.0894
2025-10-0410.1264
2025-10-1110.3014
2025-10-1810.2538
2025-10-2510.2110
2025-11-0110.3466
2025-11-0810.3308
2025-11-1510.2715
2025-11-2210.3848
2025-11-2910.2990
2025-12-0610.3215
2025-12-1410.1621
2025-12-2110.2174
2025-12-2810.1235
2026-01-0410.1744
2026-01-1110.1929
2026-01-1810.1897
2026-01-259.9717
2026-02-019.9060
2026-02-089.9570
2026-02-159.8395
2026-02-229.8847
2026-03-019.8121
2026-03-089.9010
2026-03-1510.0188
2026-03-229.9298
2026-03-299.9956
2026-04-0510.0069
2026-04-129.9042
2026-04-199.9140
2026-04-2610.0231
2026-05-0310.0674
2026-05-1010.0461
2026-05-1810.1451
2026-05-2610.2509
2026-06-0210.2602
2026-06-1110.2389
2026-06-1810.3198
2026-06-2510.4675
2026-07-0210.4966
2026-07-0910.4190
2026-07-1610.4454
2026-07-2310.4461
2026-07-3010.4890
2026-08-0610.3509
2026-08-1310.3403
2026-08-2110.1964
2026-08-2810.2529
2026-09-0410.2817
2026-09-1110.2883
2026-09-1810.4133
2026-09-2510.5209

High

10.5209

Low

9.8121

Average

10.1938

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/CVE API questions

How do I get the TJS/CVE exchange rate from an API?

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

How far back does TJS/CVE historical data go?

Daily TJS/CVE 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 TJS/CVE 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.