Cairo rate history — Hardship (%). Query any past effective date directly via the API.
| Effective date | Hardship (%) |
|---|---|
| Jul 12, 2026 | 25% |
| Apr 21, 2024 | 25% |
| Feb 16, 2020 | 20% |
| Apr 14, 2019 | 25% |
| Dec 13, 2015 | 20% |
| Jan 12, 2014 | 25% |
The same location's rates under other U.S. travel-rate systems:
The hardship differential compensates employees for service at Cairo where conditions are notably more difficult than in the continental U.S. It is paid as a percentage of basic pay.
The exact request that returns this page's data. Change the
date parameter to query any historical effective
date, or pull it straight into your ERP, payroll, or expense system.
curl -H "X-API-Key: YOUR_KEY" \
"https://api.allowancesapi.com/v1/dssr/allowances/EG?type=hardship"
{
"effective_date": "2026-07-12",
"results": [
{
"hardship": {
"effective_date": "2026-07-12",
"rate": 25
},
"iso_code": "EG",
"location": "Cairo",
"postcode": "10328"
}
],
"verification_url": "https://aoprals.state.gov/content.asp?content_id=184\u0026menu_id=78"
}
The current DSSR Hardship rate for Cairo, Egypt is 25%, effective Jul 12, 2026.
In Apr 21, 2024 the Hardship rate was 25%. The full history is shown in the table above and is queryable by effective date via the API.
Allowances API is not affiliated with, endorsed by, or sponsored by any U.S. Government agency. All rate data is sourced from official public rate tables and re-published in a normalized format.