Skip to content

TJS to VEF exchange rate API

Somoni to Bolivar · quoted 2026-09-26

9263394.66

▲ +2595.55% over 5Y

1 TJS = 9263394.66 VEF · 1 VEF = 0.000000 TJS · Get this rate via the API

1 TJS buys 9263394.66 VEF as of 2026-09-26, so 1 VEF buys 0.000000 TJS. Over the last 5 years, TJS/VEF traded between 343654.91 and 9263394.66, averaged 3054353.15 and rose 2595.55%. The API holds daily TJS/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/VEF over 5Y

TJS/VEF over 5Y: show the values
PointTJS/VEF
2024-08-24343654.91
2024-10-07347477.78
2024-11-06407472.89
2024-12-06441525.74
2025-01-05484227.08
2025-02-04536603.15
2025-03-07590362.75
2025-04-11709732.00
2025-05-12896205.08
2025-06-12999129.22
2025-07-121191552.73
2025-08-111403177.96
2025-09-101648578.90
2025-10-112092330.96
2025-11-102489825.04
2025-12-112834388.84
2026-01-103498887.25
2026-02-094064012.23
2026-03-124564791.39
2026-05-175505930.85
2026-06-206541876.50
2026-07-217934983.29
2026-08-218378636.00
2026-09-219190071.42

High

9263394.66

Low

343654.91

Average

3054353.15

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/VEF API questions

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

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

How far back does TJS/VEF historical data go?

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