Skip to content

FJD to CLP exchange rate API

Fiji Dollar to Chilean Peso · quoted 2026-09-24

430.1007

▲ +2.34% over 1Y

1 FJD = 430.1007 CLP · 1 CLP = 0.002325 FJD · Get this rate via the API

1 FJD buys 430.1007 CLP as of 2026-09-24, so 1 CLP buys 0.002325 FJD. Over the last year, FJD/CLP traded between 386.7156 and 430.7339, averaged 408.1704 and rose 2.34%. The API holds daily FJD/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/CLP over 1Y

FJD/CLP over 1Y: show the values
PointFJD/CLP
2025-09-24420.2614
2025-10-01425.0836
2025-10-08421.8506
2025-10-15419.8837
2025-10-22414.1276
2025-10-29413.8869
2025-11-05412.4359
2025-11-12408.3082
2025-11-19405.8411
2025-11-26407.4896
2025-12-03404.4586
2025-12-11404.8604
2025-12-18402.1453
2025-12-25398.1407
2026-01-01395.7763
2026-01-08394.2626
2026-01-15387.2460
2026-01-22386.7156
2026-01-29389.8080
2026-02-05387.9831
2026-02-12388.3887
2026-02-19390.4999
2026-02-26388.8314
2026-03-05404.4601
2026-03-12406.2817
2026-03-19413.9494
2026-03-26412.4688
2026-04-02407.2929
2026-04-09402.6055
2026-04-16400.6276
2026-04-23403.2178
2026-04-30410.7837
2026-05-07408.3613
2026-05-15408.3921
2026-05-23407.1840
2026-05-30402.1569
2026-06-06411.6286
2026-06-15404.4445
2026-06-22403.5800
2026-06-29408.7668
2026-07-06410.0165
2026-07-13413.5600
2026-07-20417.9266
2026-07-27423.8919
2026-08-03416.3264
2026-08-10411.0310
2026-08-17411.5722
2026-08-25413.3599
2026-09-01422.2984
2026-09-08423.2200
2026-09-15430.7339
2026-09-22424.5095

High

430.7339

Low

386.7156

Average

408.1704

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/CLP API questions

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

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

How far back does FJD/CLP historical data go?

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