Nagano rate history — COLA (Post Allowance) (%). Query any past effective date directly via the API.
Trend chart not available yet
A rate-history chart needs at least two data points to plot. Only one published rate exists for Nagano so far, so there is nothing to trend yet. The current rate is shown in the table below, and the chart will appear here once the rate changes.
| Effective date | COLA (Post Allowance) (%) |
|---|---|
| Mar 27, 2011 | 0% |
The same location's rates under other U.S. travel-rate systems:
The post (cost-of-living) allowance offsets higher overseas costs of goods and services for U.S. government civilian employees assigned to Nagano. It is expressed as a percentage of spendable income and is used by mobility, HR and payroll teams to compute overseas compensation.
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/JP?type=cola"
{
"effective_date": "2011-03-27",
"results": [
{
"cola": {
"effective_date": "2011-03-27",
"rate": 0
},
"iso_code": "JP",
"location": "Nagano",
"postcode": "dssr-nagano"
}
],
"verification_url": "https://aoprals.state.gov/content.asp?content_id=184\u0026menu_id=78"
}
The current DSSR COLA (Post Allowance) rate for Nagano, Japan is 0%, effective Mar 27, 2011.
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.