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: show the values
| Point | FJD/CLP |
|---|---|
| 2025-09-24 | 420.2614 |
| 2025-10-01 | 425.0836 |
| 2025-10-08 | 421.8506 |
| 2025-10-15 | 419.8837 |
| 2025-10-22 | 414.1276 |
| 2025-10-29 | 413.8869 |
| 2025-11-05 | 412.4359 |
| 2025-11-12 | 408.3082 |
| 2025-11-19 | 405.8411 |
| 2025-11-26 | 407.4896 |
| 2025-12-03 | 404.4586 |
| 2025-12-11 | 404.8604 |
| 2025-12-18 | 402.1453 |
| 2025-12-25 | 398.1407 |
| 2026-01-01 | 395.7763 |
| 2026-01-08 | 394.2626 |
| 2026-01-15 | 387.2460 |
| 2026-01-22 | 386.7156 |
| 2026-01-29 | 389.8080 |
| 2026-02-05 | 387.9831 |
| 2026-02-12 | 388.3887 |
| 2026-02-19 | 390.4999 |
| 2026-02-26 | 388.8314 |
| 2026-03-05 | 404.4601 |
| 2026-03-12 | 406.2817 |
| 2026-03-19 | 413.9494 |
| 2026-03-26 | 412.4688 |
| 2026-04-02 | 407.2929 |
| 2026-04-09 | 402.6055 |
| 2026-04-16 | 400.6276 |
| 2026-04-23 | 403.2178 |
| 2026-04-30 | 410.7837 |
| 2026-05-07 | 408.3613 |
| 2026-05-15 | 408.3921 |
| 2026-05-23 | 407.1840 |
| 2026-05-30 | 402.1569 |
| 2026-06-06 | 411.6286 |
| 2026-06-15 | 404.4445 |
| 2026-06-22 | 403.5800 |
| 2026-06-29 | 408.7668 |
| 2026-07-06 | 410.0165 |
| 2026-07-13 | 413.5600 |
| 2026-07-20 | 417.9266 |
| 2026-07-27 | 423.8919 |
| 2026-08-03 | 416.3264 |
| 2026-08-10 | 411.0310 |
| 2026-08-17 | 411.5722 |
| 2026-08-25 | 413.3599 |
| 2026-09-01 | 422.2984 |
| 2026-09-08 | 423.2200 |
| 2026-09-15 | 430.7339 |
| 2026-09-22 | 424.5095 |
High
430.7339
Low
386.7156
Average
408.1704
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.