Akita rate history — Annual maximum ($). 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 Akita 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 | WF G2 | WF G3 | WF G4 | NF G2 | NF G3 | NF G4 |
|---|---|---|---|---|---|---|
| Mar 27, 2011 | $17,800 | $16,200 | $14,600 | $17,000 | $14,600 | $13,000 |
WF = with family, NF = without family; G2–G4 = quarters groups (set by grade). Values are annual maximums in USD.
The Living Quarters Allowance (LQA) reimburses U.S. government civilian employees for actual rent and utilities at Akita, up to an annual maximum that depends on the employee's quarters group (a function of grade) and whether they are accompanied by family. The six annual ceilings shown — quarters groups 2, 3 and 4, each with and without family — are what mobility, HR and payroll teams use to budget overseas housing costs and set LQA grants.
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=lqa"
{
"effective_date": "2011-03-27",
"results": [
{
"iso_code": "JP",
"location": "Akita",
"lqa": {
"with_family_group_2": 17800,
"with_family_group_3": 16200,
"with_family_group_4": 14600,
"without_family_group_2": 17000,
"without_family_group_3": 14600,
"without_family_group_4": 13000
},
"postcode": "11269"
}
],
"verification_url": "https://allowances.state.gov/Web920/lqa_all.asp?MenuHide=1"
}
The current DSSR Living Quarters Allowance (LQA) annual maximum for Akita, Japan ranges by quarters group and family status — for quarters group 2 it is $17,800 with family and $17,000 without family. All six series (groups 2–4, with and without family) are shown in the chart and table above.
LQA maximums depend on the employee's quarters group (set by grade) and whether they have family at post. The State Department publishes the six annual ceilings for Akita; actual LQA reimburses real rent and utilities up to the applicable ceiling.
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.