Skip to content

XPF to TJS exchange rate API

CFP Franc to Somoni · quoted 2026-09-27

0.08821

▼ +3.69% over 1Y

1 XPF = 0.08821 TJS · 1 TJS = 11.3370 XPF · Get this rate via the API

1 XPF buys 0.08821 TJS as of 2026-09-27, so 1 TJS buys 11.3370 XPF. Over the last year, XPF/TJS traded between 0.08787 and 0.09416, averaged 0.09070 and fell 3.69%. The API holds daily XPF/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XPF/TJS over 1Y

XPF/TJS over 1Y: show the values
PointXPF/TJS
2025-09-270.09159
2025-10-040.09125
2025-10-110.08970
2025-10-180.09012
2025-10-250.09050
2025-11-010.08931
2025-11-080.08945
2025-11-150.08996
2025-11-220.08898
2025-11-290.08972
2025-12-060.08953
2025-12-140.09092
2025-12-210.09051
2025-12-280.09119
2026-01-040.09089
2026-01-110.09100
2026-01-180.09078
2026-01-250.09222
2026-02-010.09357
2026-02-080.09309
2026-02-150.09394
2026-02-220.09369
2026-03-010.09416
2026-03-080.09371
2026-03-150.09217
2026-03-220.09290
2026-03-290.09238
2026-04-050.09222
2026-04-120.09272
2026-04-190.09305
2026-04-260.09217
2026-05-030.09211
2026-05-100.09172
2026-05-180.09119
2026-05-260.09017
2026-06-020.09005
2026-06-110.09013
2026-06-180.08938
2026-06-250.08843
2026-07-020.08848
2026-07-090.08871
2026-07-160.08836
2026-07-230.08829
2026-07-300.08822
2026-08-060.08929
2026-08-130.08950
2026-08-210.09056
2026-08-280.09010
2026-09-040.09007
2026-09-110.09006
2026-09-180.08895
2026-09-250.08787

High

0.09416

Low

0.08787

Average

0.09070

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

XPF/TJS API questions

How do I get the XPF/TJS exchange rate from an API?

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

How far back does XPF/TJS historical data go?

Daily XPF/TJS 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 XPF/TJS 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.