Skip to content

BYN to TTD exchange rate API

Belarussian Ruble to Trinidad and Tobago Dollar · quoted 2026-09-27

2.2438

▲ +12.24% over 1Y

1 BYN = 2.2438 TTD · 1 TTD = 0.44568 BYN · Get this rate via the API

1 BYN buys 2.2438 TTD as of 2026-09-27, so 1 TTD buys 0.44568 BYN. Over the last year, BYN/TTD traded between 1.9817 and 2.4621, averaged 2.2746 and rose 12.24%. The API holds daily BYN/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BYN/TTD over 1Y

BYN/TTD over 1Y: show the values
PointBYN/TTD
2025-09-271.9991
2025-10-041.9968
2025-10-111.9887
2025-10-181.9937
2025-10-251.9963
2025-11-011.9817
2025-11-081.9894
2025-11-151.9877
2025-11-221.9906
2025-11-292.2857
2025-12-062.3605
2025-12-142.2940
2025-12-212.3043
2025-12-282.3253
2026-01-042.3073
2026-01-112.3083
2026-01-182.3444
2026-01-252.3992
2026-02-012.3713
2026-02-082.3451
2026-02-152.3582
2026-02-222.3594
2026-03-012.3294
2026-03-082.2906
2026-03-152.2811
2026-03-222.2357
2026-03-292.2808
2026-04-052.2865
2026-04-122.3645
2026-04-192.3913
2026-04-262.3974
2026-05-032.4054
2026-05-102.3983
2026-05-182.4557
2026-05-262.4594
2026-06-022.4561
2026-06-112.4621
2026-06-182.4525
2026-06-252.3988
2026-07-022.3352
2026-07-092.3666
2026-07-162.3481
2026-07-232.3533
2026-07-302.3237
2026-08-062.2853
2026-08-132.2619
2026-08-212.2440
2026-08-282.2509
2026-09-042.1946
2026-09-112.2352
2026-09-182.2386
2026-09-252.2416

High

2.4621

Low

1.9817

Average

2.2746

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BYN/TTD API questions

How do I get the BYN/TTD exchange rate from an API?

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

How far back does BYN/TTD historical data go?

Daily BYN/TTD 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 BYN/TTD 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.