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: show the values
| Point | TJS/VEF |
|---|---|
| 2024-08-24 | 343654.91 |
| 2024-10-07 | 347477.78 |
| 2024-11-06 | 407472.89 |
| 2024-12-06 | 441525.74 |
| 2025-01-05 | 484227.08 |
| 2025-02-04 | 536603.15 |
| 2025-03-07 | 590362.75 |
| 2025-04-11 | 709732.00 |
| 2025-05-12 | 896205.08 |
| 2025-06-12 | 999129.22 |
| 2025-07-12 | 1191552.73 |
| 2025-08-11 | 1403177.96 |
| 2025-09-10 | 1648578.90 |
| 2025-10-11 | 2092330.96 |
| 2025-11-10 | 2489825.04 |
| 2025-12-11 | 2834388.84 |
| 2026-01-10 | 3498887.25 |
| 2026-02-09 | 4064012.23 |
| 2026-03-12 | 4564791.39 |
| 2026-05-17 | 5505930.85 |
| 2026-06-20 | 6541876.50 |
| 2026-07-21 | 7934983.29 |
| 2026-08-21 | 8378636.00 |
| 2026-09-21 | 9190071.42 |
High
9263394.66
Low
343654.91
Average
3054353.15
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.