X0A
X0B
X0C
X0E
X0G
X1A
I did some digging, and here's what these map to (excuse my Python):
Code:
territories = {
'X0A': ('Nunavut Territory', 'NU'), # Outer Nunavut (Iqaluit)
'X0B': ('Nunavut Territory', 'NU'), # Central Nunavut (Cambridge Bay)
'X0C': ('Nunavut Territory', 'NU'), # Inner Nunavut (Rankin Inlet)
'X0E': ('Northwest Territory', 'NT'), # Central Northwest Territories (Inuvik)
'X0G': ('Northwest Territory', 'NT'), # Southwestern Northwest Territories (Fort Liard)
'X1A': ('Northwest Territory', 'NT'), # Yellowknife
}
I am not Canadian, but this is the data I came up with by digging in Google and Wikipedia. Canadians are welcome to correct this.