> ## Documentation Index
> Fetch the complete documentation index at: https://docs.frankieone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported country codes

Choose the correct country code for your international business query.

When working with the international business queries to [search](/docs/v1/api/kyc-api-endpoints/reference/business/international-business-search) and [retrieve business profiles](/docs/v1/api/kyc-api-endpoints/reference/business/international-business-profile), you’re required to supply an [ISO 3166 alpha-2](https://www.iso.org/iso-3166-country-codes.html) country code, such as `IE` for Ireland.

However, for some countries, you need to supply a slightly different code:

### United States of America

In the US, there would be a need to include the state registry that’s to be queried.

For example, when searching for a Wisconsin-based company in the US, set the country code to `US-WI`. For California, `UA-CA` would be used instead.

The full list of codes can be found here:

| State              | Country Code |
| ------------------ | ------------ |
| Alabama(US)        | US-AL        |
| Alaska(US)         | US-AK        |
| Arizona(US)        | US-AZ        |
| Arkansas(US)       | US-AR        |
| California(US)     | US-CA        |
| Colorado(US)       | US-CO        |
| Connecticut(US)    | US-CT        |
| Delaware(US)       | US-DE        |
| Florida(US)        | US-FL        |
| Idaho(US)          | US-ID        |
| Illinois(US)       | US-IL        |
| Indiana(US)        | US-IN        |
| Iowa(US)           | US-IA        |
| Kentucky(US)       | US-KY        |
| Louisiana(US)      | US-LA        |
| Maine(US)          | US-ME        |
| Maryland(US)       | US-MD        |
| Massachusetts(US)  | US-MA        |
| Minnesota(US)      | US-MN        |
| Mississippi(US)    | US-MS        |
| Missouri(US)       | US-MO        |
| Montana(US)        | US-MT        |
| Nevada(US)         | US-NV        |
| New Hampshire(US)  | US-NH        |
| New Jersey(US)     | US-NJ        |
| New Mexico(US)     | US-NM        |
| New York(US)       | US-NY        |
| North Carolina(US) | US-NC        |
| North Dakota(US)   | US-ND        |
| Ohio(US)           | US-OH        |
| Oklahoma(US)       | US-OK        |
| Pennsylvania(US)   | US-PA        |
| Rhode Island(US)   | US-RI        |
| South Carolina(US) | US-SC        |
| South Dakota(US)   | US-SD        |
| Tennessee(US)      | US-TN        |
| Texas(US)          | US-TX        |
| Vermont(US)        | US-VT        |
| Virginia(US)       | US-VA        |
| Washington DC(US)  | US-DC        |
| Washington(US)     | US-WA        |
| West Virginia(US)  | US-WV        |
| Wisconsin(US)      | US-WI        |
| Wyoming(US)        | US-WY        |

### Canada

Likewise in Canada, the Territory code needs to be supplied too. So a Manitoba code would be `CA-MB` and Yukon would be `CA-YU`.

A query for all registries can occur using `CA-ALL`.

The full list of codes can be found here:

| State                         | Country Code |
| ----------------------------- | ------------ |
| Canada(All)                   | CA-ALL       |
| Alberta(CA)                   | CA-AB        |
| British Columbia(CA)          | CA-BC        |
| Manitoba(CA)                  | CA-MB        |
| New Brunswick(CA)             | CA-NB        |
| Newfoundland and Labrador(CA) | CA-NL        |
| Northwest Territories(CA)     | CA-NT        |
| Nova Scotia(CA)               | CA-NS        |
| Nunavut(CA)                   | CA-NU        |
| Ontario(CA)                   | CA-ON        |
| Prince Edward Island(CA)      | CA-PE        |
| Quebec(CA)                    | CA-QC        |
| Saskatchewan(CA)              | CA-SK        |
| Yukon(CA)                     | CA-YT        |
