Skip to content

TJS to EGP exchange rate API

Somoni to Egyptian Pound · quoted 2026-09-27

5.6044

▲ +8.30% over 1Y

1 TJS = 5.6044 EGP · 1 EGP = 0.17843 TJS · Get this rate via the API

1 TJS buys 5.6044 EGP as of 2026-09-27, so 1 EGP buys 0.17843 TJS. Over the last year, TJS/EGP traded between 4.9473 and 5.7125, averaged 5.3421 and rose 8.30%. The API holds daily TJS/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/EGP over 1Y

TJS/EGP over 1Y: show the values
PointTJS/EGP
2025-09-275.1750
2025-10-045.1460
2025-10-115.1329
2025-10-185.1501
2025-10-255.1142
2025-11-015.0998
2025-11-085.1316
2025-11-155.0852
2025-11-225.1418
2025-11-295.1373
2025-12-065.1752
2025-12-145.1319
2025-12-215.1658
2025-12-285.1418
2026-01-045.1713
2026-01-115.0939
2026-01-185.0683
2026-01-255.0323
2026-02-015.0112
2026-02-085.0015
2026-02-154.9473
2026-02-225.0249
2026-03-015.0304
2026-03-085.3393
2026-03-155.4593
2026-03-225.4473
2026-03-295.5488
2026-04-055.6842
2026-04-125.6133
2026-04-195.5048
2026-04-265.6059
2026-05-035.7125
2026-05-105.6667
2026-05-185.6955
2026-05-265.6477
2026-06-025.6227
2026-06-115.5680
2026-06-185.3838
2026-06-255.3497
2026-07-025.3052
2026-07-095.3580
2026-07-165.4854
2026-07-235.5538
2026-07-305.5536
2026-08-065.3959
2026-08-135.4262
2026-08-215.4997
2026-08-285.4415
2026-09-045.5218
2026-09-115.5588
2026-09-185.6513
2026-09-255.6160

High

5.7125

Low

4.9473

Average

5.3421

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/EGP API questions

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

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

How far back does TJS/EGP historical data go?

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