Duqm rate history — Max per diem ($/day). Query any past effective date directly via the API.
| Effective date | Lodging | M&IE | Max per diem |
|---|---|---|---|
| Jul 1, 2026 | $179 | $135 | $314 |
| Mar 1, 2015 | $179 | $135 | $314 |
The same location's rates under other U.S. travel-rate systems:
This DSSR per diem rate is the U.S. State Department's maximum lodging and M&IE for U.S. government civilian travelers and assigned employees in Duqm, Oman. It is the basis for foreign-area travel reimbursement ceilings and feeds related overseas allowance calculations (such as TQSA and the post/COLA allowance).
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/perdiem/OM/location/Duqm"
{
"effective_date": "2015-03-01",
"results": [
{
"iso_code": "OM",
"location": "Duqm",
"perdiem": {
"lodging": 179,
"meals_incidental": 135,
"per_diem": 314,
"season": "S1"
},
"postcode": "15071"
}
],
"verification_url": "https://aoprals.state.gov/content.asp?content_id=184\u0026menu_id=81"
}
The current maximum State Department (DSSR) foreign per diem for Duqm, Oman is $314 per day — $179 per night for lodging plus $135 per day for meals and incidentals (M&IE).
DSSR per diem is published by the State Department for civilian foreign-area travel, while the DTMO rate is the Department of Defense rate for the same post. The two can differ; compare them via the cross-source links on this page.
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.