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: show the values
| Point | TJS/EGP |
|---|---|
| 2025-09-27 | 5.1750 |
| 2025-10-04 | 5.1460 |
| 2025-10-11 | 5.1329 |
| 2025-10-18 | 5.1501 |
| 2025-10-25 | 5.1142 |
| 2025-11-01 | 5.0998 |
| 2025-11-08 | 5.1316 |
| 2025-11-15 | 5.0852 |
| 2025-11-22 | 5.1418 |
| 2025-11-29 | 5.1373 |
| 2025-12-06 | 5.1752 |
| 2025-12-14 | 5.1319 |
| 2025-12-21 | 5.1658 |
| 2025-12-28 | 5.1418 |
| 2026-01-04 | 5.1713 |
| 2026-01-11 | 5.0939 |
| 2026-01-18 | 5.0683 |
| 2026-01-25 | 5.0323 |
| 2026-02-01 | 5.0112 |
| 2026-02-08 | 5.0015 |
| 2026-02-15 | 4.9473 |
| 2026-02-22 | 5.0249 |
| 2026-03-01 | 5.0304 |
| 2026-03-08 | 5.3393 |
| 2026-03-15 | 5.4593 |
| 2026-03-22 | 5.4473 |
| 2026-03-29 | 5.5488 |
| 2026-04-05 | 5.6842 |
| 2026-04-12 | 5.6133 |
| 2026-04-19 | 5.5048 |
| 2026-04-26 | 5.6059 |
| 2026-05-03 | 5.7125 |
| 2026-05-10 | 5.6667 |
| 2026-05-18 | 5.6955 |
| 2026-05-26 | 5.6477 |
| 2026-06-02 | 5.6227 |
| 2026-06-11 | 5.5680 |
| 2026-06-18 | 5.3838 |
| 2026-06-25 | 5.3497 |
| 2026-07-02 | 5.3052 |
| 2026-07-09 | 5.3580 |
| 2026-07-16 | 5.4854 |
| 2026-07-23 | 5.5538 |
| 2026-07-30 | 5.5536 |
| 2026-08-06 | 5.3959 |
| 2026-08-13 | 5.4262 |
| 2026-08-21 | 5.4997 |
| 2026-08-28 | 5.4415 |
| 2026-09-04 | 5.5218 |
| 2026-09-11 | 5.5588 |
| 2026-09-18 | 5.6513 |
| 2026-09-25 | 5.6160 |
High
5.7125
Low
4.9473
Average
5.3421
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.