Skip to content

FJD to BYN exchange rate API

Fiji Dollar to Belarussian Ruble · quoted 2026-09-24

1.3573

▼ +9.52% over 1Y

1 FJD = 1.3573 BYN · 1 BYN = 0.73674 FJD · Get this rate via the API

1 FJD buys 1.3573 BYN as of 2026-09-24, so 1 BYN buys 0.73674 FJD. Over the last year, FJD/BYN traded between 1.2367 and 1.5002, averaged 1.3395 and fell 9.52%. The API holds daily FJD/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/BYN over 1Y

FJD/BYN over 1Y: show the values
PointFJD/BYN
2025-09-241.5002
2025-10-011.4968
2025-10-081.4940
2025-10-151.4857
2025-10-221.4822
2025-10-291.4974
2025-11-051.4839
2025-11-121.4880
2025-11-191.4862
2025-11-261.4877
2025-12-031.3854
2025-12-101.2761
2025-12-171.2888
2025-12-241.2758
2025-12-311.2871
2026-01-071.2952
2026-01-141.2764
2026-01-211.2695
2026-01-281.2801
2026-02-041.2944
2026-02-111.3072
2026-02-181.2942
2026-02-251.2982
2026-03-041.3143
2026-03-111.3341
2026-03-181.3673
2026-03-251.3267
2026-04-011.3272
2026-04-081.3086
2026-04-151.2910
2026-04-221.2817
2026-04-291.2789
2026-05-061.2849
2026-05-131.2703
2026-05-201.2376
2026-05-271.2482
2026-06-031.2658
2026-06-111.2367
2026-06-181.2416
2026-06-251.2603
2026-07-021.2958
2026-07-091.2776
2026-07-161.2918
2026-07-231.2889
2026-07-301.3039
2026-08-061.3303
2026-08-131.3475
2026-08-201.3701
2026-08-271.3663
2026-09-031.3942
2026-09-101.3789
2026-09-171.3650
2026-09-241.3579

High

1.5002

Low

1.2367

Average

1.3395

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BYN API questions

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

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

How far back does FJD/BYN historical data go?

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