incorporation_country
Where the issuer is legally incorporated: the ISO 3166-1 alpha-2 country code (lower-case) of its state or country of incorporation in its SEC filings; US states map to `us`. `ky` for Huize (Cayman-incorporated, run from China), `us` for Apple. Null when the symbol has no SEC filer identifier. Pair with `issuer_country` to tell an offshore-incorporated operator from a domestic one.
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": "incorporation_country IS NOT NULL", "order": "incorporation_country", "columns": "incorporation_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.