# issuer_country

Where the company is run from: the ISO 3166-1 alpha-2 country code (lower-case) of the issuer's business address in its SEC filings. `cn` for Huize (HUIZ), `us` for Apple. Null when the symbol has no SEC filer identifier (most ETFs and non-SEC filers). Distinct from `country`, which is the listing locale, and from `incorporation_country`, the legal domicile.

A text signal column on the Tickerbot computed state table (21,082+ ticker rows) — computed by the platform, queryable by bare name across the API. Values are NULL on rows the signal doesn't apply to.

- Group: Profile
- Category: Identifiers & reference
- Type: text
- Update cadence: post-close daily
- Universe: all tickers
- History: none — live row only, not historized (no as-of reads for this column)
- Nullable: yes

## Query it

Every applicable form factor, grouped by endpoint family. Response payloads are real captures, sampled 2026-09-18 and trimmed; your run's values and dates will differ.

### The whole market, filtered on it — `/v2/scan` (https://tickerbot.io/docs/endpoints/scan.md)

#### Live — the whole market, ranked by this column

```bash
curl -X POST "https://api.tickerbot.io/v2/scan" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{ "q": "issuer_country IS NOT NULL", "order": "issuer_country", "columns": "issuer_country" }'
```

## Related signals (Identifiers & reference)

- [active](https://tickerbot.io/docs/signals/active.md)
- [asset_class](https://tickerbot.io/docs/signals/asset_class.md)
- [asset_type](https://tickerbot.io/docs/signals/asset_type.md)
- [cik](https://tickerbot.io/docs/signals/cik.md)
- [composite_figi](https://tickerbot.io/docs/signals/composite_figi.md)
- [country](https://tickerbot.io/docs/signals/country.md)
- [currency_name](https://tickerbot.io/docs/signals/currency_name.md)
- [delisted_utc](https://tickerbot.io/docs/signals/delisted_utc.md)
- [exchange](https://tickerbot.io/docs/signals/exchange.md)
- [exchange_mic](https://tickerbot.io/docs/signals/exchange_mic.md)
- [incorporation_country](https://tickerbot.io/docs/signals/incorporation_country.md)
- [list_date](https://tickerbot.io/docs/signals/list_date.md)
- [name](https://tickerbot.io/docs/signals/name.md)

---

Full catalog: https://tickerbot.io/docs/signals/catalog.md · Schema: https://tickerbot.io/docs/schema.md · HTML: https://tickerbot.io/docs/signals/issuer_country/
