San Cristobal 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 | $278 | $268 | $546 |
| Oct 1, 2014 | $278 | $268 | $546 |
This DTMO per diem rate is the Department of Defense ceiling for lodging, meals and incidental expenses for DoD travelers (military and civilian) on TDY in San Cristobal, venezuela. It governs OCONUS travel voucher reimbursement and is used by defense and overseas programs for cost estimating. The proportional meal rate ($116) applies when some meals are provided in kind.
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/dtmo/perdiem/oconus/VE-VE?city=San%20Cristobal"
{
"effective_date": "2026-05-01",
"results": [
{
"iso_code": "VE-VE",
"local_incidental": 54,
"local_meal_rate": 214,
"location": "San Cristobal",
"lodging": 278,
"maximum_perdiem": 546,
"proportional_meal_rate": 116
}
],
"verification_url": "https://www.travel.dod.mil/Travel-Transportation-Rates/Per-Diem/"
}
The current maximum DTMO OCONUS per diem for San Cristobal, Venezuela is $546 per day — $278 for lodging, $214 for local meals and $54 for incidentals.
The proportional meal rate for San Cristobal is $116 per day, used when some meals are furnished.
The rate shown reflects the latest DTMO publication. The historical table above lists prior maximum per diem values back to Oct 1, 2014.
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.