Vancouver rate history — Max per diem ($/day). Query any past effective date directly via the API.
| Period | Lodging | M&IE | Max per diem |
|---|---|---|---|
| FY2026 | $155 | $86 | $241 |
| FY2025 | $155 | $86 | $241 |
| FY2024 | $182 | $74 | $256 |
| FY2023 | $182 | $74 | $256 |
| FY2022 | $182 | $74 | $256 |
| FY2021 | $182 | $66 | $248 |
| FY2020 | $192 | $66 | $258 |
| FY2019 | $184 | $66 | $250 |
| FY2018 | $182 | $64 | $246 |
| FY2016 | $151 | $64 | $215 |
| FY2015 | $137 | $56 | $193 |
| FY2014 | $126 | $56 | $182 |
This GSA per diem rate sets the maximum reimbursable lodging and meals & incidental expenses (M&IE) for federal employees and government contractors on temporary duty (TDY) travel to Vancouver, Washington. Travel and expense systems use it as the ceiling for voucher reimbursement; contractors use it for DCAA-compliant travel cost modeling on proposals and invoices.
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/gsa/perdiem/state/US-WA?city=Vancouver"
{
"effective_date": "2026-07-01",
"results": [
{
"destination": "Vancouver",
"lodging": 155,
"meals_incidental": 86,
"season_begin": "10/01",
"season_end": "09/30",
"state": "US-WA"
}
],
"verification_url": "https://www.gsa.gov/travel/plan-book/per-diem-rates"
}
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.