Ft. Halstead rate history — Annual maximum ($). Query any past effective date directly via the API.
| Effective date | Kindergarten | Grade 1 | Grade 12 |
|---|---|---|---|
| Jul 12, 2026 | $150 | $150 | $150 |
| Jan 12, 2014 | $150 | $150 | $150 |
WF = with family, NF = without family; G2–G4 = quarters groups (set by grade). Values are annual maximums in USD.
The same location's rates under other U.S. travel-rate systems:
The DSSR education allowance reimburses U.S. government civilian employees for the cost of educating dependent children in kindergarten through grade 12 while stationed at Ft. Halstead. The State Department publishes an annual per-child maximum for each grade — the rates shown here are the at post maximums, which cover tuition and required fees at an adequate school serving the post. Away-from-post (boarding) and home-study rates apply where an adequate school is not available locally. Mobility, HR and payroll teams use these ceilings to budget dependent-education costs and set education 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/GB?type=education"
{
"effective_date": "2026-07-12",
"results": [
{
"education": {
"grade_1": 150,
"grade_10": 150,
"grade_11": 150,
"grade_12": 150,
"grade_2": 150,
"grade_3": 150,
"grade_4": 150,
"grade_5": 150,
"grade_6": 150,
"grade_7": 150,
"grade_8": 150,
"grade_9": 150,
"k": 150,
"type": "Both"
},
"iso_code": "GB",
"location": "Ft. Halstead",
"postcode": "11549"
}
],
"verification_url": "https://allowances.state.gov/Education.asp"
}
The current DSSR education allowance annual per-child maximum (at post) for Ft. Halstead, United Kingdom ranges by grade — kindergarten is $150, grade 1 is $150 and grade 12 is $150. Maximums for all grades (K–12) are queryable via the API.
The State Department sets an annual per-child maximum for each grade (K–12) based on the cost of an adequate school at or near Ft. Halstead. The at-post rate applies when an adequate school is available locally; an away-from-post (boarding) rate applies when it is not. The allowance reimburses actual tuition and required fees up to the applicable ceiling.
In Jan 12, 2014 the grade-12 maximum was $150; it is now $150. The full year-by-year history for kindergarten, grade 1 and grade 12 is in the table above and is queryable by effective date via the API.
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.