View as markdown
Concepts › SignalsProfile Identifiers & reference

address_postal_code

Company headquarters postal code.

Watch this signal live on real tickers: Open in Explore →

At a glance

Typetext
GroupProfile
CategoryIdentifiers & reference
Update cadencepost-close daily
Universeall tickers
Historynone — live row only, not historized (no as-of reads)
Nullableyes — NULL where not applicable

Which company this is: name, IDs (CIK, FIGI), listing status, contact, branding, employees.

Query it

Every applicable form factor, grouped by endpoint family. Swap YOUR_KEY for the value from /dashboard/keys. Response payloads are real captures, sampled 2026-08-18 and trimmed — your run's values and dates will differ.

Use scan /v2/scan

The whole market through a WHERE clause — this signal composed freely with any other column. Docs →

Live — the whole market, ranked by this column
curl -G "https://api.tickerbot.io/v2/scan" \
  --data-urlencode "q=address_postal_code IS NOT NULL" \
  -d "order=address_postal_code" -d "columns=address_postal_code" \
  -H "Authorization: Bearer YOUR_KEY"
Response (sampled 2026-08-18, trimmed)
{
 "as_of": "2026-08-18T00:22:34.362Z",
 "query": {
  "q": "address_postal_code IS NOT NULL",
  "limit": 2,
  "order": "address_postal_code",
  "dir": "desc",
  "fields": [
   "address_postal_code"
  ],
  "full": false,
  "universe": null,
  "asset_class": null
 },
 "count": 2,
 "results": [
  {
   "ticker": "CMPS",
   "name": "COMPASS Pathways Plc American Depository Shares",
   "asset_class": "stocks",
   "asset_type": "ADRC",
   "price": 13.643,
   "day_change_pct": 0.0143,
   "gap_pct": -0.0045,
   "relative_volume": null,
   "market_cap": 1862513255,
   "address_postal_code": "WA14 2DT"
  },
  {
   "ticker": "SLN",
   "name": "Silence Therapeutics Plc American Depository Share",
   "asset_class": "stocks",
   "asset_type": "ADRC",
   "price": 14.435,
   "day_change_pct": 0.0521,
   "gap_pct": 0.0022,
   "relative_volume": 0.3073,
   "market_cap": 648224435,
   "address_postal_code": "W6 7AP"
  }
 ]
}

Same grammar on scan and webhooks. This column is live-tense only — it isn't historized, so ?asof= reads and series pulls don't carry it.

Related signals — Identifiers & reference