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.
Swap YOUR_KEY for a key from /dashboard/keys. Responses are real captures from 2026-09-18, trimmed.
The whole market, filtered on it /v2/scan
Live — the whole market, ranked by this column
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" }'Same grammar on scan and webhooks. This signal is live-tense only — it isn't historized, so ?asof= reads and series pulls don't carry it.